0_0_35947340_8972.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_35947340_8972.cpp: In function 'int main()':
0_0_35947340_8972.cpp:8:23: error: 'scanf' was not declared in this scope
while (scanf("%d", &n) != EOF)
^
0_0_35947340_8972.cpp:8:28: error: 'EOF' was not declared in this scope
while (scanf("%d", &n) != EOF)
^
0_0_35947340_8972.cpp:14:23: error: 'printf' was not declared in this scope
printf("%d\n\n", sum);
^
|