Problem | eta |
---|---|
User | bribritt |
Submission Time | 2024-12-18 16:14:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eta.cpp:3:1: error: ‘unorderedmap’ does not name a type
3 | unorderedmap<int,int> mp[200'005];
| ^~~~~~~~~~~~
eta.cpp: In function ‘void dfs(int, int, int)’:
eta.cpp:8:2: error: ‘mp’ was not declared in this scope; did you mean ‘p’?
8 | mp[x][h]++;
| ^~
| p