Time limit

Write here if you have problems with your C++ source code

Moderator: Board moderators

Post Reply
Masud_cuet0204
New poster
Posts: 5
Joined: Wed Jun 02, 2004 8:19 am
Location: CUET,chittagong Bangladesh

Time limit

Post by Masud_cuet0204 »

How the time limit is calculated for a c/c++ program
Krzysztof Duleba
Guru
Posts: 584
Joined: Thu Jun 19, 2003 3:48 am
Location: Sanok, Poland
Contact:

Post 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.
Post Reply

Return to “C++”