0_0_27465027_1698.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_27465027_1698.cpp:5:1: error: stray '\243' in program
while(scanf("%d%d", &i, &j) ŁĄ= EOF)
^
0_0_27465027_1698.cpp:5:1: error: stray '\241' in program
0_0_27465027_1698.cpp: In function 'int main()':
0_0_27465027_1698.cpp:5:27: error: 'scanf' was not declared in this scope
while(scanf("%d%d", &i, &j) ŁĄ= EOF)
^
0_0_27465027_1698.cpp:5:33: error: 'EOF' was not declared in this scope
while(scanf("%d%d", &i, &j) ŁĄ= EOF)
^
0_0_27465027_1698.cpp:6:21: error: 'printf' was not declared in this scope
printf("%d\n", i + j);
^
|