hello,
Why the test case:
5 3 2 3 2 1
is not possible
It is not a valid graph ?
{
1->2, 1->3, 1->4, 1->5, 1->6
2->3, 2->4,
4->5
}
Search found 18 matches
- Wed Sep 22, 2004 12:12 pm
- Forum: Volume 107 (10700-10799)
- Topic: 10720 - Graph Construction
- Replies: 49
- Views: 38152
- Wed May 05, 2004 7:58 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10644 - Floor Tiles
- Replies: 25
- Views: 13480
- Wed May 05, 2004 4:51 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10644 - Floor Tiles
- Replies: 25
- Views: 13480
- Wed May 05, 2004 1:16 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10644 - Floor Tiles
- Replies: 25
- Views: 13480
10644 - Floor Tiles
What is the output for
1 10 1 10
- Tue Apr 27, 2004 6:36 pm
- Forum: Off topic (General chit-chat)
- Topic: cheater eliminated by another cheater
- Replies: 30
- Views: 13664
- Tue Apr 27, 2004 1:08 pm
- Forum: Off topic (General chit-chat)
- Topic: cheater eliminated by another cheater
- Replies: 30
- Views: 13664
- Tue Apr 27, 2004 9:27 am
- Forum: Off topic (General chit-chat)
- Topic: cheater eliminated by another cheater
- Replies: 30
- Views: 13664
- Fri Apr 23, 2004 5:18 pm
- Forum: Off topic (General chit-chat)
- Topic: cheater eliminated by another cheater
- Replies: 30
- Views: 13664
- Sat Mar 27, 2004 8:01 pm
- Forum: Volume 6 (600-699)
- Topic: 624 - CD
- Replies: 77
- Views: 46111
- Sat Mar 27, 2004 12:01 pm
- Forum: Volume 6 (600-699)
- Topic: 624 - CD
- Replies: 77
- Views: 46111
Re: Hi
Hello
One question cyfra ?
Why for input data
The output should be :
and not
One question cyfra ?
Why for input data
10 4 1 3 2 1
The output should be :
1 3 2 1 sum:8
and not
thx1 3 2 1 sum:7
- Wed Sep 17, 2003 12:29 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10513 - Bangladesh Sequences
- Replies: 15
- Views: 10097
Thank you, Per
Your are right Ghost77 dimen , my code is not very efficient (TLE).
only the worst case {15,?,?,...,?} take 7s with output :
is at least correct ?
Your are right Ghost77 dimen , my code is not very efficient (TLE).
only the worst case {15,?,?,...,?} take 7s with output :
Code: Select all
437893890380826859
- Mon Sep 15, 2003 11:31 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10513 - Bangladesh Sequences
- Replies: 15
- Views: 10097
10513 - Bangladesh Sequences
plz, what is the ouput for:
Code: Select all
7
?
?
?
?
?
?
?
0
- Sat Sep 06, 2003 9:49 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10001 - Garden of Eden
- Replies: 39
- Views: 20332
10001 Why WA ?
Hello
I think that is right , but I get WA ?
[c] #include <stdio.h>
int main()
{
unsigned int liste[20000];
int top;
unsigned int op[2][2][2];
unsigned int i, j, n, a;
int left, right, cell, eden;
unsigned int bin, mask, next;
char initial[38];
while (scanf("%u",&a) == 1 ...
I think that is right , but I get WA ?
[c] #include <stdio.h>
int main()
{
unsigned int liste[20000];
int top;
unsigned int op[2][2][2];
unsigned int i, j, n, a;
int left, right, cell, eden;
unsigned int bin, mask, next;
char initial[38];
while (scanf("%u",&a) == 1 ...
- Wed Sep 03, 2003 12:55 am
- Forum: Volume 105 (10500-10599)
- Topic: 10539 - Almost Prime Numbers
- Replies: 44
- Views: 32043
CPU Time 0:00.002
Hello
What do you think about that ?
http://acm.uva.es/cgi-bin/OnlineJudge?ProblemStat:10539
one ranklist in 0.002s cpu time
pingus
What do you think about that ?
http://acm.uva.es/cgi-bin/OnlineJudge?ProblemStat:10539
one ranklist in 0.002s cpu time

pingus
- Wed Jul 23, 2003 6:27 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10022 - Delta-wave
- Replies: 5
- Views: 2945