0_0_36668088_19761.cpp:18:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36668088_19761.cpp: In function 'int main()':
0_0_36668088_19761.cpp:29:21: error: 'n' was not declared in this scope
for (int i = 2; i > n) {
^
0_0_36668088_19761.cpp:29:22: error: expected ';' before ')' token
for (int i = 2; i > n) {
^
|