CODR - LOGIC
Mr.X has recently graduated from his university.He was called for an interview by a company Y.In the coding round the company asked from Mr.X to decrypt a set of 3 digit numbers using some algorithm.Mr.X does not have very good programming skills,but he knows you as a friend and a talented programmer.Help Mr.X to get selected for the job.
Input
Each line of input consists of a 3 digit number. Inputs are terminated when 0 is encounterred.
Output
Ouput consists of a decrypted number for each input number.
Example
Input:999 111 124 987 0Output:
8181261 010120 0208100 7256821
Added by: | Abhishek Tiwari |
Date: | 2013-02-24 |
Time limit: | 0.5s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ASM64 |
Resource: | own problem |