|  | 
|  | 
| вернуться в форум | Hint for wa6,7,8 I WAed many many times, and finally got AC. Test6 is 0, whose answer is 2. Test 7 is probably 1 or 2, which my previous program had given incorrect answer to. The answer to Test 8 has to be 36, because I used "for(i=x;i<36;i++)" and wa8. (I also saw some prog posted on this forum had the same problem) When I found this and changed into "<=", AC at last. Sorry for my poor English. Hope these can help you guys somehow. Good luck!Re: Hint for wa6,7,8 Послано null  5 апр 2011 18:56Thank to your help.Sorry for my poor English,too.
Re: Hint for wa6,7,8 Thank you, your hints helped me to get AC. I got Crash (integer division by zero) before.Re: Hint for wa6,7,8 Послано tvd  2 июн 2012 23:43unfortunately, it didn't help me :( still get WA8, any ideas??Re: Hint for wa6,7,8 I WAed many many times, and finally got AC. Test6 is 0, whose answer is 2. Test 7 is probably 1 or 2, which my previous program had given incorrect answer to. The answer to Test 8 has to be 36, because I used "for(i=x;i<36;i++)" and wa8. (I also saw some prog posted on this forum had the same problem) When I found this and changed into "<=", AC at last. Sorry for my poor English. Hope these can help you guys somehow. Good luck! Thanks...Re: Hint for wa6,7,8 Thanks, my program went in cycle to 35 instead of 36) | 
 | 
|