Problem | 3nplus1II |
---|---|
User | howdoicode |
Submission Time | 2025-02-03 16:32:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:20:14: error: expected ‘;’ before ‘return’
20 | cout << n
| ^
| ;
21 |
22 | return 0;
| ~~~~~~