0_0_29339652_1565.cpp: In function 'int main()':
0_0_29339652_1565.cpp:3:26: error: 'scanf' was not declared in this scope
while(scanf("%d%d",&a,&b)!=EOF){
^
0_0_29339652_1565.cpp:3:29: error: 'EOF' was not declared in this scope
while(scanf("%d%d",&a,&b)!=EOF){
^
0_0_29339652_1565.cpp:4:18: error: 'printf' was not declared in this scope
printf("%d",a+b);
^
|