| Problem | 3nplus1II |
|---|---|
| User | angelanglez |
| Submission Time | 2025-01-15 17:24:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:14:9: error: expected ‘;’ before ‘}’ token
14 | break
| ^
| ;
15 | }
| ~
3nplus1II.cpp:22:11: error: ‘n’ was not declared in this scope
22 | cout << n;
| ^