0_0_33782043_30412.cpp:70:1: error: 'unorder_map' does not name a type
unorder_map<int,int>mpw;
^
0_0_33782043_30412.cpp:71:1: error: 'unorder_map' does not name a type
unorder_map<int,int>mpb;
^
0_0_33782043_30412.cpp: In function 'cc dfs(int, int)':
0_0_33782043_30412.cpp:83:8: error: 'mpw' was not declared in this scope
mpw[edge[i].w]=col.ww;
^
0_0_33782043_30412.cpp:84:8: error: 'mpb' was not declared in this scope
mpb[edge[i].w]=col.bb;
^
0_0_33782043_30412.cpp: In function 'int main()':
0_0_33782043_30412.cpp:102:9: error: 'mpw' was not declared in this scope
mpw.clear();
^
0_0_33782043_30412.cpp:103:9: error: 'mpb' was not declared in this scope
mpb.clear();
^
|