Page 1 of 1

Time limit

Posted: Wed Jun 02, 2004 9:26 am
by Masud_cuet0204
How the time limit is calculated for a c/c++ program

Posted: Wed Jun 02, 2004 3:14 pm
by Krzysztof Duleba
Time limit isn't calculated - it is constant and equals 10s.

Time used by a process in seconds can be obtained using system function time, for instance.