0_0_22657503_18964.cpp:1:2: error: invalid preprocessing directive #inculde
#inculde <stdio.h>
^
0_0_22657503_18964.cpp: In function 'int main()':
0_0_22657503_18964.cpp:5:27: error: 'scanf' was not declared in this scope
while(scanf("%d%d",&n,&m)!=EOF)
^
0_0_22657503_18964.cpp:5:30: error: 'EOF' was not declared in this scope
while(scanf("%d%d",&n,&m)!=EOF)
^
0_0_22657503_18964.cpp:7:18: error: 'printf' was not declared in this scope
printf("%d",n+m);
^
|