0_0_30483169_21922.cpp:56:1: error: 'unorder_map' does not name a type
unorder_map<int, int> mpMu;
^
0_0_30483169_21922.cpp: In function 'int getF(int)':
0_0_30483169_21922.cpp:107:9: error: 'mpMu' was not declared in this scope
if (mpMu.find(n) != mpMu.end())
^
0_0_30483169_21922.cpp:116:12: error: 'mpMu' was not declared in this scope
return mpMu[n] = tmp;
^
|