Page 4 of 4

Re: 694 - The Collatz Sequence

Posted: Fri Feb 21, 2014 2:56 pm
by uDebug
Sedefcho, Tanzim-Saqib,

Thanks very much for the great test cases. This really helped out with testing / debugging.

Re: uva 694

Posted: Fri Feb 21, 2014 3:07 pm
by uDebug
mahbubcseju wrote:why my code is compile error
Assuming you sorted out the compile issues, note that your code does not work for the following input

Code: Select all

1 1
2147483647 1
1 2147483647
2 2147483647
2147483647 2
2147483647 214748364
214748364 2147483647
1 0
-3 -2
The AC output may be found on the bigger thread here

http://online-judge.uva.es/board/viewto ... &hilit=694

Look for the post by Tanzim-Saqib.