Problem | ultimateifelse |
---|---|
User | burningout |
Submission Time | 2025-01-26 19:54:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:10:2: error: ‘elseif’ was not declared in this scope
10 | elseif (N==9){
| ^~~~~~
ultimateifelse.cpp:31:2: error: ‘else’ without a previous ‘if’
31 | else
| ^~~~
ultimateifelse.cpp: At global scope:
ultimateifelse.cpp:36:1: error: expected declaration before ‘}’ token
36 | }
| ^