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

Compile Error

monstergo.cpp: In function ‘int main()’:
monstergo.cpp:3:12: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define ll long long
| ^~~~
monstergo.cpp:9:2: note: in expansion of macro ‘ll’
9 | ll threes[3][12] = {
| ^~
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) {
| ^~~~