0_0_33804165_31756.cpp:10:1: error: 'unorder_map' does not name a type
unorder_map<int,int> m1,m2;
^
0_0_33804165_31756.cpp: In function 'int main()':
0_0_33804165_31756.cpp:75:4: error: 'm1' was not declared in this scope
m1.clear();
^
0_0_33804165_31756.cpp:76:4: error: 'm2' was not declared in this scope
m2.clear();
^
|