Search found 1 match

by Clock2008
Wed Feb 13, 2008 10:02 am
Forum: Volume 101 (10100-10199)
Topic: 10188 - Automated Judge Script
Replies: 58
Views: 37400

RE

I keep getting Runtime Error, could somebody tell me why?
this is my code:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main()
{
int in,out,i,j,flag,p,q,count=1;
char input[200][200],output[200][200],a[200],b[200],h;
while(scanf("%d",&in)!=EOF){
if(in==0)
break;
h=getchar ...

Go to advanced search