0_0_27806654_23672.cpp: In function 'int sushu(int)':
0_0_27806654_23672.cpp:7:2: error: 'nbsp' was not declared in this scope
int i,j;
^
0_0_27806654_23672.cpp:14:50: error: break statement not within loop or switch
break;
^
0_0_27806654_23672.cpp:16:43: error: 'else' without a previous 'if'
else
^
0_0_27806654_23672.cpp:19:50: error: break statement not within loop or switch
break;
^
0_0_27806654_23672.cpp: In function 'int f(int, int)':
0_0_27806654_23672.cpp:26:2: error: 'nbsp' was not declared in this scope
int sum, i;
^
0_0_27806654_23672.cpp:35:15: error: 'else' without a previous 'if'
else
^
0_0_27806654_23672.cpp: In function 'int main()':
0_0_27806654_23672.cpp:51:2: error: 'nbsp' was not declared in this scope
int i, j=0, x;
^
|