0_0_24704125_31869.cpp: In function 'int main()':
0_0_24704125_31869.cpp:8:2: error: 'nbsp' was not declared in this scope
int T;
^
0_0_24704125_31869.cpp:33:50: error: break statement not within loop or switch
break;
^
0_0_24704125_31869.cpp:37:56: error: continue statement not within a loop
continue;
^
0_0_24704125_31869.cpp:44:70: error: break statement not within loop or switch
break;
^
0_0_24704125_31869.cpp:49:70: error: break statement not within loop or switch
break;
^
0_0_24704125_31869.cpp:51:56: error: 'else' without a previous 'if'
else
^
0_0_24704125_31869.cpp:57:28: error: 'else' without a previous 'if'
else
^
|