0_0_22186995_27319.cpp:1:1: error: 'include' does not name a type
include<stdio.h>
^
0_0_22186995_27319.cpp: In function 'int main()':
0_0_22186995_27319.cpp:38:23: error: 'scanf' was not declared in this scope
scanf("%d%d",&m,&n);
^
0_0_22186995_27319.cpp:39:34: error: 'EOF' was not declared in this scope
while(scanf("%s",a[s].name)!=EOF)
^
0_0_22186995_27319.cpp:41:17: error: 'getchar' was not declared in this scope
getchar();
^
0_0_22186995_27319.cpp:74:62: error: 'printf' was not declared in this scope
printf("%-10s %2d %4d\n",a[i].name,a[i].cout,a[i].sum);
^
|