| Problem | monsters |
|---|---|
| User | StormyGood |
| Submission Time | 2025-11-07 10:57:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
monsters.cpp: In function ‘int main()’:
monsters.cpp:20:14: error: ‘n’ was not declared in this scope
20 | while (k < n && b[k].first <= lvl)
| ^
monsters.cpp:22:25: error: expression cannot be used as a function
22 | aaa.push(b[k].second());
| ^