Problem monstergo
User YellowPurpleDragon
Submission Time 2025-08-22 22:13:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

monstergo.cpp: In function ‘int main()’:
monstergo.cpp:45:5: error: expected ‘,’ or ‘;’ before ‘if’
45 | if (a==1) {
| ^~
monstergo.cpp:47:7: error: ‘else’ without a previous ‘if’
47 | } else if (a==2) {
| ^~~~