Problem | 3nplus1 |
---|---|
User | SkyHelix |
Submission Time | 2025-07-17 21:39:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:9:10: error: expected ‘;’ before ‘}’ token
9 | n /= 2
| ^
| ;
10 | }
| ~
3nplus1.cpp:12:10: error: expected ‘;’ before ‘}’ token
12 | n += 3
| ^
| ;
13 | }
| ~