Problem | monsters2 |
---|---|
User | al95ireyiz |
Submission Time | 2025-05-27 19:13:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
monsters2.cpp: In function ‘void _(long long int)’:
monsters2.cpp:53:17: error: ‘d’ was not declared in this scope
53 | d(i, 1);
| ^
monsters2.cpp:62:17: error: ‘d’ was not declared in this scope
62 | d(i, 2)
| ^
monsters2.cpp:73:17: error: ‘d’ was not declared in this scope
73 | d(i, 2);
| ^
monsters2.cpp:82:17: error: ‘d’ was not declared in this scope
82 | d(i, 1);
| ^
monsters2.cpp:88:9: error: ‘d’ was not declared in this scope
88 | d(i, 3);
| ^