| Problem | 3nplus1 |
|---|---|
| User | oilershub |
| Submission Time | 2026-02-28 09:07:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:6:5: error: expected ‘;’ before ‘n’
6 | cin n;
| ^~
| ;
3nplus1.cpp:10:8: error: expected ‘;’ before ‘n’
10 | cout n;
| ^~
| ;
3nplus1.cpp:14:8: error: expected ‘;’ before ‘n’
14 | cout n;
| ^~
| ;