Problem | modules |
---|---|
User | vs358 |
Submission Time | 2025-02-13 18:39:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modules.cpp:43:38: error: conflicting declaration ‘std::unordered_map<long long int, long long int, custom_hash> ump’
43 | unordered_map<int, int, custom_hash> ump;
| ^~~
modules.cpp:24:25: note: previous declaration as ‘std::unordered_map<long long int, long long int> ump’
24 | unordered_map<int, int> ump;
| ^~~