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 1000. A+B Problem

how to achieve 0.001 execution time?
Posted by Jasonz88 23 Apr 2011 15:07
I wonder how to achieve 0.001 execution time?
If someone point out general approches to optimize time complexities, it'll be better!
Thank you in advance!
Re: how to achieve 0.001 execution time?
Posted by S.77 4 Aug 2011 20:02
Approve. I has never got the time less than 0.015 even on this stupid problem. Maybe, the point is in the language you use? I write in C, compile as C++ code. Maybe, if I wrote in Pascal, I would approach 0.001?
No subject
Posted by Sepehr 29 Aug 2011 00:55
I believe the runtime you get also depends on the traffic of judge so if you have sent your solution for 999 times and you've got 0.015 all the time, you may send it once more, for the 1000th time and get 0.001 :-D
Re: No subject
Posted by amirani 10 Jan 2012 20:14
time 0.001 is impossible the minimal time on timus is 0.014 and you should sent the problem 100 times to achieve it. It's minimal time any compilator need to read and write an so on.
Re: No subject
Posted by Rustambek 28 Mar 2012 12:34
Hi, you can check my result it's 0.001/ id: 55151

Edited by author 28.03.2012 12:34
No subject
Posted by Dmitriy 19 Jul 2012 00:39


Edited by author 19.07.2012 00:39