Can someone with an ACCEPTED problem please give me the correct output for this :
50
20 13 18 2 1 2 16 6 4 15 6 5 3 9 2 20 9 5 6 16 15
20 6 10 9 16 10 9 6 1 18 4 16 2 13 17 15 6 12 12 10 19
20 17 6 1 6 7 13 14 4 18 1 10 15 11 19 2 20 19 7 12 16
20 3 7 10 7 4 4 13 7 15 14 5 3 19 6 8 18 18 13 1 ...
Search found 54 matches
- Wed Nov 05, 2003 9:28 am
- Forum: Volume 8 (800-899)
- Topic: 812 - Trade on Verweggistan
- Replies: 10
- Views: 10978
- Wed Nov 05, 2003 6:39 am
- Forum: Volume 8 (800-899)
- Topic: 814 - The Letter Carrier's Rounds
- Replies: 5
- Views: 3360
- Mon Oct 06, 2003 4:35 am
- Forum: Volume 100 (10000-10099)
- Topic: 10039 - Railroads
- Replies: 20
- Views: 12679
- Sun Oct 05, 2003 3:20 am
- Forum: Volume 105 (10500-10599)
- Topic: 10534 - Wavio Sequence
- Replies: 44
- Views: 14945
Could be that also, but the values in question are around 10 (like 7 and 5). My min function is the following :
Code: Select all
#define min(a,b) ((a)<(b))?(a):(b)
- Sat Oct 04, 2003 8:55 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10534 - Wavio Sequence
- Replies: 44
- Views: 14945
- Sat Oct 04, 2003 3:48 am
- Forum: Volume 105 (10500-10599)
- Topic: 10534 - Wavio Sequence
- Replies: 44
- Views: 14945
let me start :-)
Ok, let me start with the INPUT / OUTPUT for this problem.
For the following Input :
10
1 2 3 4 5 4 3 2 1 10
19
1 2 3 2 1 2 3 4 3 2 1 5 4 1 2 3 2 2 1
5
1 2 3 4 5
19
1 2 3 7 8 2 3 4 3 2 1 5 4 1 2 3 2 2 1
1
1
1
5
22
1 2 3 2 8 9 10 2 3 4 3 2 1 5 4 1 2 3 6 2 2 1
7
1 4 2 3 2 4 1
4
1 3 6 5
20
13 7 5 ...
For the following Input :
10
1 2 3 4 5 4 3 2 1 10
19
1 2 3 2 1 2 3 4 3 2 1 5 4 1 2 3 2 2 1
5
1 2 3 4 5
19
1 2 3 7 8 2 3 4 3 2 1 5 4 1 2 3 2 2 1
1
1
1
5
22
1 2 3 2 8 9 10 2 3 4 3 2 1 5 4 1 2 3 6 2 2 1
7
1 4 2 3 2 4 1
4
1 3 6 5
20
13 7 5 ...
- Sat Oct 04, 2003 12:47 am
- Forum: Volume 105 (10500-10599)
- Topic: 10534 - Wavio Sequence
- Replies: 44
- Views: 14945
- Mon Sep 15, 2003 11:48 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10006 - Carmichael Numbers
- Replies: 66
- Views: 29542
- Sun Sep 14, 2003 11:45 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10199 - Tourist Guide
- Replies: 57
- Views: 40707
- Sat Sep 13, 2003 3:30 am
- Forum: Volume 101 (10100-10199)
- Topic: 10199 - Tourist Guide
- Replies: 57
- Views: 40707
- Sun Aug 31, 2003 5:26 am
- Forum: Volume 105 (10500-10599)
- Topic: 10537 - The Toll! Revisited
- Replies: 27
- Views: 14724
How does the input with n = 0 looks like ?
or something else ?
And what's the expected output for that ?
my (WA) program outputs this :
Code: Select all
0
23 A A
And what's the expected output for that ?
my (WA) program outputs this :
Code: Select all
Case 1:
23
A
- Tue Aug 26, 2003 11:10 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10546 - The Eagle's Nest
- Replies: 23
- Views: 12964
I'm still trying to understand the problem statement. During the contest I was convinced that once I played mission X, I couldn't play any mission < X anymore. But now it's explained that I can if I restart the game. Ok.
Now I try to figure out some strange things:
- What's the use of the mission ...
Now I try to figure out some strange things:
- What's the use of the mission ...
- Tue Aug 26, 2003 10:46 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10544 - Numbering the Paths
- Replies: 14
- Views: 6365
- Mon Jul 21, 2003 12:01 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10258 - Contest Scoreboard
- Replies: 87
- Views: 48274
- Mon Jul 21, 2003 11:19 am
- Forum: Volume 102 (10200-10299)
- Topic: 10267 - Graphical Editor
- Replies: 190
- Views: 77185