0_0_30875636_5851.cpp: In function 'int main()':
0_0_30875636_5851.cpp:78:7: error: continue statement not within a loop
continue;
^
0_0_30875636_5851.cpp:83:4: error: continue statement not within a loop
continue;
^
0_0_30875636_5851.cpp:102:14: error: label 'br' used but not defined
goto br;
^
|