Problem ultimateifelse
User burningout
Submission Time 2025-01-26 19:53:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:9:2: error: ‘elseif’ was not declared in this scope
9 | elseif (N==9)
| ^~~~~~
ultimateifelse.cpp:23:2: error: ‘else’ without a previous ‘if’
23 | else
| ^~~~
ultimateifelse.cpp: At global scope:
ultimateifelse.cpp:28:1: error: expected declaration before ‘}’ token
28 | }
| ^