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 1971. Graphics Settings

Why G++ 8.7.1 is TLE 2.031, When Visual C++ is giving Accepted ?
Posted by Meirambek 3 Aug 2013 15:23
Re: Why G++ 8.7.1 is TLE 2.031, When Visual C++ is giving Accepted ?
Posted by Dmitry 3 Aug 2013 15:47
Probably, IO workload is different.
Re: Why G++ 8.7.1 is TLE 2.031, When Visual C++ is giving Accepted ?
Posted by A_Le_K 25 Dec 2014 16:17
I had similar issue - G++ 4.9 gives WA9, while Visual C++ 2010 is ok.