0_0_31201778_8559.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include #include<stdio.h>
^
0_0_31201778_8559.cpp: In function 'int main()':
0_0_31201778_8559.cpp:11:23: error: 'scanf' was not declared in this scope
while(~scanf("%d",&cj))
^
0_0_31201778_8559.cpp:14:29: error: 'printf' was not declared in this scope
printf("Score is error!\n");
^
0_0_31201778_8559.cpp:22:19: error: 'printf' was not declared in this scope
printf("A\n");
^
0_0_31201778_8559.cpp:27:19: error: 'printf' was not declared in this scope
printf("A\n");
^
0_0_31201778_8559.cpp:32:19: error: 'printf' was not declared in this scope
printf("B\n");
^
0_0_31201778_8559.cpp:37:19: error: 'printf' was not declared in this scope
printf("C\n");
^
0_0_31201778_8559.cpp:42:19: error: 'printf' was not declared in this scope
printf("D\n");
^
0_0_31201778_8559.cpp:47:19: error: 'printf' was not declared in this scope
printf("E\n");
^
0_0_31201778_8559.cpp: At global scope:
0_0_31201778_8559.cpp:58:2: error: expected unqualified-id before '<' token
}<>
^
|