Search found 1 match

by weituskywalker
Tue Mar 30, 2004 12:44 am
Forum: Volume 101 (10100-10199)
Topic: 10188 - Automated Judge Script
Replies: 58
Views: 37355

10188..WA..frustrated..

Been working on this for a long time and it passes all the test cases on the board but i still get a WA...can anyone help please?

Thanks..

[c]
#include <stdio.h>
#include <stdlib.h>
#include <string.h>


#define MAXL 200
#define MAXC 200
#define ACCEPT 1
#define PERROR 2
#define WRONG 3

int ...

Go to advanced search