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 1249. Ancient Necropolis

yongwhan Visual C++ vs. G++ [2] // Problem 1249. Ancient Necropolis 13 Jan 2015 13:26
Just a passing note: the same exact code gets TLE in G++ but AC in Visual C++ (with a very comfortable margin). Make sure to test your code in both compilers before making a judgement that your code is too slow, for those who are coding in C/C++.
MDvedh Re: Visual C++ vs. G++ // Problem 1249. Ancient Necropolis 29 Dec 2015 13:02
That's ridiculous for some reason. TLE in G++ but AC in Visual C++ without a single edit in the source code.
tr4rex Re: Visual C++ vs. G++ // Problem 1249. Ancient Necropolis 11 Jun 2016 03:48
wow, the same one problem