Submit | All submissions | Best solutions | Back to list |
ABCLOG - Time to get a job |
ABC Pvt. Ltd., needs to recruit some candidates and they want the test to be somewhat new, rather than the conventional way of asking questions in all areas. They have a logic, which converts one integer to another. Your task is to find the logic behind it and then solve the questions for certain inputs.
The question given by them is as follows:
The following are the output provided for the inputs given to one of our newly bought machines. You need to find the output that will be generated for the given inputs. Some sample input and output are:
4 -> 1, 23 -> 29, 7 -> 7 16 -> 1
Your task is to find the machine's output for some inputs
Input
Input contains several integers, each in a single line.
Input ends with a -1
All inputs <= 10^16
Output
Output one integer for every input, as said above.
Example
Input: 4
7
23
-1
Output: 1
7
29
Added by: | Aswin Murugesh |
Date: | 2013-12-21 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ASM64 |
Resource: | Own Problem |
hide comments
|
|||||||
2013-12-26 13:00:36 dmaniac
easy one.. :) |
|||||||
2013-12-26 10:24:37 Kanish
Last edit: 2013-12-27 11:07:51 |
|||||||
2013-12-26 08:15:36 Amit Kumar
How can this be easy?Any hints. |
|||||||
2013-12-26 07:45:40 innovolt
easy 1..... |
|||||||
2013-12-26 06:50:35 anurag garg
AC....think logical..:) My 150th on spoj Last edit: 2013-12-26 06:52:13 |