Search found 5 matches
- Sun Sep 19, 2004 6:50 am
- Forum: Other words
- Topic: How running time of a submission is measured?
- Replies: 0
- Views: 1114
How running time of a submission is measured?
Can anyone tell me exactly how running time of a submission is measured? I will be glad to have a detail answer, specially from the admins. I have searched the board but could not find a topic on it. Were there any thread on it?
- Wed Aug 04, 2004 2:44 pm
- Forum: Other words
- Topic: More on new site Design-> Virtual Contest System
- Replies: 6
- Views: 2799
- Thu Jul 15, 2004 8:15 am
- Forum: Volume 4 (400-499)
- Topic: 443 - Humble Numbers
- Replies: 82
- Views: 18125
You can't run such a loop. It will take more than a minute (probably).
Generate all the numbers whose prime factors are 2, 3, 5, 7 and insert them in a sorted list like we do in insertion sort. For example, 1 is a humble number. Now multiply it with 2, 3, 5 and 7 and the new list will be 1 2 3 5 7 ...
Generate all the numbers whose prime factors are 2, 3, 5, 7 and insert them in a sorted list like we do in insertion sort. For example, 1 is a humble number. Now multiply it with 2, 3, 5 and 7 and the new list will be 1 2 3 5 7 ...
- Wed Jul 03, 2002 6:29 pm
- Forum: C
- Topic: Scan of input file ....
- Replies: 14
- Views: 13599
- Tue Jul 02, 2002 1:15 pm
- Forum: Other words
- Topic: Why marathon contests?
- Replies: 5
- Views: 3220
Nice Suggestions
Actually it would be better if we could restrict people to submit upto six hours from where he started but make the duration of the contest nine hours.
Three hour contest is too short as an internet contest
why not have the uva server call "time" for official scores but allow late submissions?
Three hour contest is too short as an internet contest
why not have the uva server call "time" for official scores but allow late submissions?