0_0_25413325_29323.cpp: In function 'int main(int, const char**)':
0_0_25413325_29323.cpp:73:13: error: continue statement not within a loop
continue;
^
0_0_25413325_29323.cpp: At global scope:
0_0_25413325_29323.cpp:90:5: error: expected unqualified-id before 'return'
return 0;
^
0_0_25413325_29323.cpp:91:1: error: expected declaration before '}' token
}
^
|