I have got Runtime Error (SIGSEGV) on problem 314(Robot). I have test my code with several input set and got ok. Here is my code. Please help me. :( :( :(
#include<stdio.h>
#include<conio.h>
#define MaxM 55L
#define MaxN 55L
#define INF MaxM*MaxN*5L
#define QSIZE MaxN*MaxM
char A[MaxM][MaxN ...
Search found 2 matches
- Mon May 10, 2004 6:37 am
- Forum: Volume 3 (300-399)
- Topic: 314 - Robot
- Replies: 30
- Views: 12175
- Mon May 10, 2004 6:34 am
- Forum: Volume 2 (200-299)
- Topic: 231 - Testing the CATCHER
- Replies: 53
- Views: 24945
Problem On 231(Testing The CATCHER)
I have got WA on problem 231(Testing the CATCHER). I have test my code with possible input set and got ok. Here is my code. Please help me.
#include<stdio.h>
long height[1000],length[1000];
int main()
{
long input,total,count,tcase;
long i,j;
tcase=1;
while(1)
{
count=0;
total=0 ...
#include<stdio.h>
long height[1000],length[1000];
int main()
{
long input,total,count,tcase;
long i,j;
tcase=1;
while(1)
{
count=0;
total=0 ...