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 1752. Tree 2

something is wrong with the checker for visual c++ 2010
Posted by the_swede 3 Sep 2014 16:31
My program outputs the following on test 1:

0
1
9
3
4
4
4
4
4
1

and I get WA1. However if I use G++ 2011 on the same code then I pass test 1 and get TLA on test 8.