Problem orz
User NikhilSiddharth67
Submission Time 2026-03-06 16:21:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

orz.cpp: In function ‘int main()’:
orz.cpp:14:8: error: expected ‘;’ before ‘if’
14 | n <= 3
| ^
| ;
15 |
16 | if (n = 1) {
| ~~
orz.cpp:19:3: error: ‘else’ without a previous ‘if’
19 | }else if ( n = 2 ){
| ^~~~