Problem | wabot |
---|---|
User | ATHY |
Submission Time | 2025-02-17 16:43:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wabot.cpp: In function ‘int main()’:
wabot.cpp:13:52: error: expected ‘;’ before ‘UM’
13 | int level, complexity; cin >> level >> complexity
| ^
| ;
14 | UM[level].push(complexity);
| ~~