0_0_33379011_16910.cpp:1:2: error: invalid preprocessing directive #inlcude
#inlcude <cstdio>
^
0_0_33379011_16910.cpp: In function 'int main()':
0_0_33379011_16910.cpp:6:31: error: 'scanf' was not declared in this scope
while(scanf("%d%d", &a, &b)!=EOF) {
^
0_0_33379011_16910.cpp:6:34: error: 'EOF' was not declared in this scope
while(scanf("%d%d", &a, &b)!=EOF) {
^
0_0_33379011_16910.cpp:7:29: error: 'printf' was not declared in this scope
printf("%d\n", a + b);
^
|