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 1415. Mobile Life

To admins. C# vs C++
Posted by ValentinPerm 13 Mar 2014 14:15
I have TLE#20 in Visual C# 2010, time 0.187 (5559712)
But I have AC in Visual C++ 2010, time 0.218 (5559697)
with the same algorithm...

Edited by author 13.03.2014 14:22
Re: To admins. C# vs C++
Posted by ValentinPerm 14 Oct 2014 18:49
Thanks for rejudge!
Now I have AC in C#, too