DANGER - In Danger


Flavius Josephus and 40 fellow rebels were trapped by the Romans. His companions preferred suicide to surrender, so they decided to form a circle and to kill every third person and to proceed around the circle until no one was left. Josephus was not excited by the idea of killing himself, so he calculated the position to be the last man standing (and then he did not commit suicide since nobody could watch).

We will consider a variant of this "game" where every second person leaves. And of course there will be more than 41 persons, for we now have computers. You have to calculate the safe position. Be careful because we might apply your program to calculate the winner of this contest!

Input Specification

The input contains several test cases. Each specifies a number n, denoting the number of persons participating in the game. To make things more difficult, it always has the format "xyez" with the following semantics: when n is written down in decimal notation, its first digit is x, its second digit is y, and then follow z zeros. Whereas 0<=x,y<=9, the number of zeros is 0<=z<=6. You may assume that n>0. The last test case is followed by the string 00e0.

Output Specification

For each test case generate a line containing the position of the person who survives. Assume that the participants have serial numbers from 1 to n and that the counting starts with person 1, i.e., the first person leaving is the one with number 2. For example, if there are 5 persons in the circle, counting proceeds as 2, 4, 1, 5 and person 3 is staying alive.

Sample Input

05e0
01e1
42e0
66e6
00e0

Sample Output

3
5
21
64891137

hide comments
Teja surya: 2016-02-25 15:46:30

My 50th..!!! Bits

lalit_nit: 2016-02-09 10:32:39

bits or Pattern (2^n==1 )....choice is urs ;)

try2catch: 2016-02-02 14:59:36

As long as these kind of problem exist on spoj....you will be smiling :)

hari bhushan: 2015-09-06 15:30:59

AC in 1 go :)

prakash_reddy: 2015-08-24 19:59:50

Observe the pattern for n=1 to n=15..... very simple... :)

ankit kumar: 2015-06-21 08:11:19

my 50th learnt something new..!!

Last edit: 2015-06-21 08:12:25
Mentalist: 2015-06-20 19:04:37

It's the pattern!! Whole day!! =D

sujit yadav: 2015-06-13 14:39:56

i would say observe the pattern for even input .. AC :)

Sourav Kumar: 2015-06-08 08:39:18

AC in one go using log. Observe the pattern :)

Ayon Das: 2015-05-16 07:30:17

Direct formula for josephus k=2


Added by:Wanderley Guimarăes
Date:2007-09-19
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ERL JS-RHINO
Resource:University of Ulm Local Contest 2004