0_0_39395315_6541.cpp:1:10: error: 'iostream' was not declared in this scope
1 | include <iostream>
| ^~~~~~~~
0_0_39395315_6541.cpp:1:10: error: 'iostream' was not declared in this scope
0_0_39395315_6541.cpp:1:10: error: 'iostream' was not declared in this scope
0_0_39395315_6541.cpp:1:10: error: 'iostream' was not declared in this scope
0_0_39395315_6541.cpp:1:10: error: 'iostream' was not declared in this scope
0_0_39395315_6541.cpp:1:10: error: 'iostream' was not declared in this scope
0_0_39395315_6541.cpp:1:10: error: 'iostream' was not declared in this scope
0_0_39395315_6541.cpp:1:10: error: 'iostream' was not declared in this scope
0_0_39395315_6541.cpp:1:10: error: 'iostream' was not declared in this scope
0_0_39395315_6541.cpp:1:1: error: 'include' does not name a type
1 | include <iostream>
| ^~~~~~~
0_0_39395315_6541.cpp: In function 'int main()':
0_0_39395315_6541.cpp:8:12: error: 'cin' was not declared in this scope
8 | while (cin >> n)
| ^~~
0_0_39395315_6541.cpp:13:9: error: 'cout' was not declared in this scope
13 | cout << sum << endl;
| ^~~~
0_0_39395315_6541.cpp:13:24: error: 'endl' was not declared in this scope
13 | cout << sum << endl;
| ^~~~
|