0_0_38781148_23797.cpp: In function 'void solve()':
0_0_38781148_23797.cpp:94:5: error: 'hash_map' was not declared in this scope; did you mean '__gnu_cxx::hash_map'?
94 | hash_map<int, int> mp;
| ^~~~~~~~
| __gnu_cxx::hash_map
In file included from 0_0_38781148_23797.cpp:6:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward/hash_map:83:11: note: '__gnu_cxx::hash_map' declared here
83 | class hash_map
| ^~~~~~~~
0_0_38781148_23797.cpp:94:14: error: expected primary-expression before 'int'
94 | hash_map<int, int> mp;
| ^~~
0_0_38781148_23797.cpp:98:9: error: 'mp' was not declared in this scope; did you mean 'm'?
98 | mp[xx]++;
| ^~
| m
0_0_38781148_23797.cpp:101:5: error: 'mp' was not declared in this scope; did you mean 'm'?
101 | mp[xx]++;
| ^~
| m
|