0_0_23135966_15464.cpp: In function 'int main()':
0_0_23135966_15464.cpp:68:5: error: jump to label 'stop' [-fpermissive]
stop:;
^
0_0_23135966_15464.cpp:17:18: error: from here [-fpermissive]
goto stop;
^
0_0_23135966_15464.cpp:34:13: error: crosses initialization of 'int count'
int count = 0;
^
|