0_0_31782081_22940.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_31782081_22940.cpp: In function 'int main()':
0_0_31782081_22940.cpp:6:27: error: 'printf' was not declared in this scope
printf('Socre is error!/n');
^
0_0_31782081_22940.cpp:9:9: error: switch quantity not an integer
switch(a)
^
0_0_31782081_22940.cpp:11:21: error: 'printf' was not declared in this scope
case 9: printf('A/n'); break;
^
0_0_31782081_22940.cpp:11:24: error: break statement not within loop or switch
case 9: printf('A/n'); break;
^
0_0_31782081_22940.cpp:12:1: error: case label '8' not within a switch statement
case 8: printf('B/n'); break;
^
0_0_31782081_22940.cpp:12:21: error: 'printf' was not declared in this scope
case 8: printf('B/n'); break;
^
0_0_31782081_22940.cpp:12:24: error: break statement not within loop or switch
case 8: printf('B/n'); break;
^
0_0_31782081_22940.cpp:13:1: error: case label '7' not within a switch statement
case 7: printf('C/n'); break;
^
0_0_31782081_22940.cpp:13:24: error: break statement not within loop or switch
case 7: printf('C/n'); break;
^
0_0_31782081_22940.cpp:14:1: error: case label '6' not within a switch statement
case 6: printf('D/n'); break;
^
0_0_31782081_22940.cpp:14:24: error: break statement not within loop or switch
case 6: printf('D/n'); break;
^
0_0_31782081_22940.cpp:15:1: error: case label not within a switch statement
default: printf('E/n'); break;
^
0_0_31782081_22940.cpp:15:25: error: break statement not within loop or switch
default: printf('E/n'); break;
^
|