| Problem | 3nplus1 |
|---|---|
| User | chickennn |
| Submission Time | 2026-04-08 17:51:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp:9:13: error: stray ‘\’ in program
9 | cout << n\n;
| ^
3nplus1.cpp:12:13: error: stray ‘\’ in program
12 | cout << n\n;
| ^
3nplus1.cpp:15:11: error: stray ‘\’ in program
15 | cout << 1\n;
| ^
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:9:13: error: expected ‘;’ before ‘n’
9 | cout << n\n;
| ^~
| ;
3nplus1.cpp:12:13: error: expected ‘;’ before ‘n’
12 | cout << n\n;
| ^~
| ;
3nplus1.cpp:15:11: error: expected ‘;’ before ‘n’
15 | cout << 1\n;
| ^~
| ;