Problem | wabot |
---|---|
User | Kiameimon |
Submission Time | 2024-01-11 09:44:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wabot.cpp: In function ‘int main()’:
wabot.cpp:15:48: error: expected unqualified-id before ‘>’ token
15 | priority_queue<int, vector<int>, greater<int>>> mp[2e7];
| ^
wabot.cpp:18:3: error: ‘mp’ was not declared in this scope
18 | mp[x].push(y);
| ^~
wabot.cpp:23:13: error: ‘mp’ was not declared in this scope
23 | auto pq = mp[i];
| ^~