Problem 3nplus1
User Ast8ine
Submission Time 2026-02-14 13:45:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:11:4: error: expected ‘}’ before ‘else’
11 | else {
| ^~~~
3nplus1.cpp:8:20: note: to match this ‘{’
8 | if (n % 2 == 0) {
| ^
3nplus1.cpp:17:2: error: expected ‘}’ at end of input
17 | }
| ^
3nplus1.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^