Search found 5 matches

by TanveerAhsan
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?
by TanveerAhsan
Wed Aug 04, 2004 2:44 pm
Forum: Other words
Topic: More on new site Design-> Virtual Contest System
Replies: 6
Views: 2799

I second Shamim's opinion.

If it does not slow down the judge then the idea may be considered. And there should be a limitation on how many virtual contests can be run in parallel (2 or 1). But in the current configuration only one contest can be run, I think. :(

Another point: whenever we tell ...
by TanveerAhsan
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 ...
by TanveerAhsan
Wed Jul 03, 2002 6:29 pm
Forum: C
Topic: Scan of input file ....
Replies: 14
Views: 13599

[c]
unsigned char s[100]
scanf("%us",s); //is it correct?
// no. 'u' is a type specifier not a type modifier. use "%s" instead

short x;
// "%hd" or "%hi" for decimel conversion
// "%ho" for octal conversion
// "%hx" for hexadecimel conversion

unsigned short x;
// "%hu" for decimel conversion ...
by TanveerAhsan
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?

Go to advanced search