← Back to topics
Topic

Z-climber

r
royalrapier
Could someone please check the test cases for the task Z climber, I have a code that works 100% but i keep getting WA on the last 30 test cases, it doesn't even show the memory that my code used... :S
m
mbalunovic
Solutions for some inputs have more than 50 digits and you can't use long long or int for 50 digits.
r
royalrapier
thanks for reply, but it seems there was a grader problem, it's fine now :)