ENG
RUS
Timus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board
Discussion of Problem
1273
. Tie
If you have WA#3
Posted by
Aleksander
17 Mar 2010 00:10
Just write in your code:
...
scanf("%d",&n);
if (n == 0){
printf("0");
return 0;
}
...
When I write it I got AC
Good Luck :-)
Re: If you have WA#3
Posted by
Moonstone
1 Apr 2010 22:59
Thank you, I got AC too :)
© 2000–2024
Timus Online Judge Team
. All rights reserved.