Search found 6 matches

by j0rdi
Tue Jul 15, 2003 4:05 pm
Forum: Volume 102 (10200-10299)
Topic: 10258 - Contest Scoreboard
Replies: 87
Views: 48301

10258 - Contest Scoreboard

I get always WA in problem 10258 (Contest Scoreboard). Is there any special case that i don't have consider? I think that my solution is correct but always the judge gives me WA.

Someone can give me a test case o explain me the problem (perhaps i don't know the form to calculte the time penalty ...
by j0rdi
Tue May 06, 2003 6:10 pm
Forum: Volume 1 (100-199)
Topic: 158 - Calendar
Replies: 44
Views: 15355

the problem is number 158-Calendar
by j0rdi
Tue May 06, 2003 6:08 pm
Forum: Volume 1 (100-199)
Topic: 158 - Calendar
Replies: 44
Views: 15355

help

i have seen this message, but i continous in the same situation. Here is my code in C. If someone find the error i will thanks.
[c]#include <stdio.h>

struct event
{
int day;
int month;
int importance;
char n_event[255];
};

struct eday
{
int day;
int month;
};

struct line_out
{
char line ...
by j0rdi
Tue May 06, 2003 5:59 pm
Forum: Volume 5 (500-599)
Topic: 558 - Wormholes
Replies: 30
Views: 20972

558

I get all times Wrong Answer(WA), but i can't find where is the error. Someone can help me.

Here is my code in C.

[c]#include <stdio.h>

struct nodo
{
int val;
int dist;
struct nodo *sig;
};


struct nodo *a[1000], *z;
int aa[1000];


void inicializar(int n_stars,int n_worm)
{
int i;
int x,y ...
by j0rdi
Sun May 04, 2003 7:28 pm
Forum: Volume 1 (100-199)
Topic: 158 - Calendar
Replies: 44
Views: 15355

noboy can help me with the program 158 (Calendar)
by j0rdi
Sun May 04, 2003 10:59 am
Forum: Volume 1 (100-199)
Topic: 158 - Calendar
Replies: 44
Views: 15355

WA in problem 158(Calendar)

I have tried my solution program with the original test, and i have the correct result. Also i have tried with other tests and i see the correct results..but the Judge replied me Wrong Answer (and say that my program was only running during 0:00:02 seconds.

I think that my solution is correct but ...

Go to advanced search