Search found 3 matches

by carpaneses
Sat Jul 07, 2007 6:41 pm
Forum: Volume 102 (10200-10299)
Topic: 10258 - Contest Scoreboard
Replies: 87
Views: 48274

I tried to remove this extra space after the Penalty Time and i Still receiving PE.

Here are an output for 2 cases:

38 1 0
69 1 11
52 1 16
7 0 0
21 0 0
27 0 0
43 0 0
48 0 0
54 0 0
55 0 0
59 0 0
61 0 0
68 0 0
83 0 0
84 0 0
89 0 0

24 1 17
32 1 17
61 1 34
77 1 36
87 1 43
3 0 0
6 0 0
7 0 0
8 0 0
21 ...
by carpaneses
Sat Jul 07, 2007 4:08 pm
Forum: Volume 102 (10200-10299)
Topic: 10258 - Contest Scoreboard
Replies: 87
Views: 48274

Im still getting PE.

And I read repeatly times the output specification. Look for samples in this post. And I dont know why I stiil getting PE.

Please some one cal help me? My code is in the last post of previous page.

Thanks a lot!
by carpaneses
Sat Jun 30, 2007 6:09 pm
Forum: Volume 102 (10200-10299)
Topic: 10258 - Contest Scoreboard
Replies: 87
Views: 48274

Hi EveryBody! I am submiting my program and receiving the follow message "Presentation Error". What is this?

Here is my code:


#include <assert.h>
#include <stdio.h>
#include <stdlib.h>

#define false 0
#define true !false

#define MAX(X,Y) ((X)>(Y)?(X):(Y))
#define MIN(X,Y) ((X)>(Y)?(Y):(X ...

Go to advanced search