Search found 1 match

by klokflicka
Wed Sep 24, 2003 9:53 am
Forum: Volume 101 (10100-10199)
Topic: 10188 - Automated Judge Script
Replies: 58
Views: 37377

Can't find non working test case

I keep getting WA in my submissions but can't find of a test case that generates a wrong answer. Could someone propose a test case that generates a wrong answer for this program?

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
void numberInString (char *string, char *number){


int ...

Go to advanced search