Search found 1 match

by anitha
Wed Dec 30, 2009 4:39 pm
Forum: Volume 5 (500-599)
Topic: 571 - Jugs
Replies: 24
Views: 15405

Re: 571 - Jugs

I solved the problem with a BFS but i don't know why my prog get Runtime error. Does anyone see what is wrong? please help me. here is my code:
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
typedef struct{
int jarra1,jarra2,padre,litros1,litros2,op;
}cosa;
cosa cola[10000000];
typedef ...

Go to advanced search