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 1846. GCD 2010

TLE at G++ and Clang, AC at VS
Posted by monyura [ONU 1 2/3] 7 Jan 2015 07:16
The same code with Dyramid got TLE at G++ and Clang and AC with 0.38 at Studio.
I think the difference is to big, anybody now what is the issue?

Edited by author 07.01.2015 07:16
Re: TLE at G++ and Clang, AC at VS
Posted by Pavluha 22 Apr 2015 13:11
0.234 at VS++2010 only segment tree (and 42 mb of memory). TL 15-16 at G++.