Minimum Runtime

Post here if you don't find any other place for your post. But please, stay on-topic: algorithms, programming or something related to this web site and its services.

Moderator: Board moderators

Post Reply
Mornel
New poster
Posts: 1
Joined: Thu Apr 10, 2014 12:01 am

Minimum Runtime

Post by Mornel »

Hi,

The run time of an empty C++ program (int main(){return 0;}) ranges between 0.015 - 0.022 (as tested at the time of writing this post) while there are recent accepted solution with much less run time. Were there any recent sever upgrades? Is the run-time dependent on the server load or there other factors?

This is my first day with the judge and to be honest, what mainly interested is the top 20 run-time ranking because it makes it competitive and fun. Does this mean it's not reliable and doesn't mean much?
aybek
New poster
Posts: 19
Joined: Fri Jul 19, 2013 10:25 am
Contact:

Re: Minimum Runtime

Post by aybek »

Hi.
I think that firstly when you submit your solution to judge, it tests your solution.
And if you got AC then judge will measure runtime to give you rank. So, if you
want get top ranks, you should write AC and fast code.

I want to say that program runtime is not important. When you are in competition,
if you have solved problem in 1.9 sec runtime you will win, despite runtime of other
competitors which solved after you but has less solution runtime.
Post Reply

Return to “Other words”