/in/foo.cc: In function 'int quik_sort(edge*, int, int)':
/in/foo.cc:102:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:126:24: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long unsigned int*' [-Wformat=]
scanf("%d",&clsn[i].c);
^
/in/foo.cc:170:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
printf("%d\n",clsn[i].c);
^