0_0_20446708_23872.cpp: In function 'int main()':
0_0_20446708_23872.cpp:8:2: error: 'nbsp' was not declared in this scope
int i,j,sum=0,count;
^
0_0_20446708_23872.cpp:21:69: error: break statement not within loop or switch
break;
^
0_0_20446708_23872.cpp:22:75: error: 'else' without a previous 'if'
else
^
0_0_20446708_23872.cpp:32:26: error: 'else' without a previous 'if'
else
^
0_0_20446708_23872.cpp:42:80: error: break statement not within loop or switch
break;
^
0_0_20446708_23872.cpp:44:56: error: 'else' without a previous 'if'
else
^
|