0_0_17938109_19529.cpp: In function 'int main()':
0_0_17938109_19529.cpp:89:3: error: jump to label 'aaa' [-fpermissive]
aaa:
^
0_0_17938109_19529.cpp:67:11: error: from here [-fpermissive]
goto aaa;
^
0_0_17938109_19529.cpp:83:7: error: crosses initialization of 'int t'
int t = find(0);
^
|