ENG  RUSTimus 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 1231. Turing: One, Two, Three, …

Admin : I really wanna to know what have you done!!!
Posted by TestKiller 26 Aug 2008 14:37
To see why I got WA, I try this code:

if (k>1)
{
  k=0; cout<<1/k<<endl;
}
else
{
  cout<<0<<endl;
  return;
}

This program got WA !!!!!!!
Can you explain it to me??????

Obviously Test#1 is k=1, and I got WA @ 2
Not CRASH, but WA!!!

Admin, can I say that something had gone wrong??????

Hope to be replied soon.
Fixed (+)
Posted by Vladimir Yakovlev (USU) 9 Sep 2008 03:51
Validator program has been fixed. Problem has been rejudged. 6 Authors lost AC.

You now have WA#1. Thank you!