Question
Write a program that gives the correct output for the legal input. ( The challenge is to find out what is the legal input and
Write a program that gives the correct output for the legal input. ( The challenge is to find out what is the legal input and how the output is computed from the legal inputs)
OUTPUT: Print the answer on the first line. It is guaranteed that it can be represented as a signed 64 integer.
-----------------------------
Input:
2 yep momr momr rohjy drbrm
Output: 99999 ---------------------
Input:
3 yep pmr pmr momr drbrm yep xrtp gobr momr
Output: 111222111 -------------------------
This can be coded in either c++ or python or Java. :D This is a coding challenge. We need to try to decypher the code behind these letters and their outputs. This is how much I have decyphered so far: The number for each phrase also corresponds to the letter of the numerical value: yep -> two (meaning y=t and e=w and p=o) pmr -> one momr -> nine gobr -> five rohjy -> eight drbrm -> seven xrtp -> unknown Please help me decypher this.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started