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

Compile Error

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