Problem ultimateifelse
User godex
Submission Time 2026-01-14 16:05:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ultimateifelse.cpp: In function ‘int32_t main()’:
ultimateifelse.cpp:11:2: error: expected ‘}’ before ‘else’
11 | else if (n == 9)
| ^~~~
ultimateifelse.cpp:9:13: note: to match this ‘{’
9 | if (n == 1){
| ^
ultimateifelse.cpp:24:20: error: ‘N’ was not declared in this scope
24 | else if (N % 2 == 0)
| ^
ultimateifelse.cpp: At global scope:
ultimateifelse.cpp:28:2: error: expected unqualified-id before ‘return’
28 | return 0;
| ^~~~~~
ultimateifelse.cpp:29:1: error: expected declaration before ‘}’ token
29 | }
| ^