Search found 1 match

by Cloudfrog
Thu Sep 04, 2014 7:11 am
Forum: Volume 117 (11700-11799)
Topic: 11733 - Airports
Replies: 23
Views: 10487

Re: 11733 - Airports Runtime Error with C

Code in ANSI C hello. please help me with my code T.T I'm getting Runtime Error on this problem, but I can't find the reason why. please help #include <stdio.h> #include <string.h> int size[10000]; int root[10000]; int find(int a){ if(a==root[a])return a; a=root[a]; return find(a); } struct Edge { i...

Go to advanced search