Problem | monstergo |
---|---|
User | YellowPurpleDragon |
Submission Time | 2025-08-23 08:56:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
monstergo.cpp: In function ‘int main()’:
monstergo.cpp:3:12: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define ll long long
| ^~~~
monstergo.cpp:20:2: note: in expansion of macro ‘ll’
20 | ll fives[5][12] = {
| ^~
monstergo.cpp:132:13: error: ‘fives’ was not declared in this scope
132 | cout << fives[i][j] << ' ';
| ^~~~~