| Problem | 3nplus1 |
|---|---|
| User | herngr3y |
| Submission Time | 2026-03-27 15:13:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp:13:5: error: ‘cout’ does not name a type
13 | cout << 1 << endl;
| ^~~~
3nplus1.cpp:14:2: error: expected unqualified-id before ‘return’
14 | return 0;
| ^~~~~~
3nplus1.cpp:15:1: error: expected declaration before ‘}’ token
15 | }
| ^