Problem | 3nplus1 |
---|---|
User | DuckyKayden |
Submission Time | 2025-08-02 10:55:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:15:16: error: expected ‘;’ before ‘}’ token
15 | cout << n / 2
| ^
| ;
16 | }
| ~