0_0_11445678_22203.cpp:8:29: tr1/unordered_map: No such file or directory
0_0_11445678_22203.cpp:15: error: expected namespace-name before ';' token
0_0_11445678_22203.cpp:15: error: `<type error>' is not a namespace
0_0_11445678_22203.cpp:17: error: expected constructor, destructor, or type conversion before '<' token
0_0_11445678_22203.cpp:17: error: expected `,' or `;' before '<' token
0_0_11445678_22203.cpp: In function `int dfsRT(int, int, int, int)':
0_0_11445678_22203.cpp:55: error: `Tmp' undeclared (first use this function)
0_0_11445678_22203.cpp:55: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11445678_22203.cpp: In function `void update(int, int)':
0_0_11445678_22203.cpp:76: error: `unordered_map' undeclared (first use this function)
0_0_11445678_22203.cpp:76: error: expected primary-expression before "int"
0_0_11445678_22203.cpp:76: error: expected `;' before "int"
0_0_11445678_22203.cpp:76: error: `it' undeclared (first use this function)
0_0_11445678_22203.cpp:76: error: `Tmp' undeclared (first use this function)
0_0_11445678_22203.cpp:77: error: `Work' undeclared (first use this function)
0_0_11445678_22203.cpp:87: error: expected primary-expression before "int"
0_0_11445678_22203.cpp:87: error: expected `;' before "int"
0_0_11445678_22203.cpp: In function `void solve(int, int)':
0_0_11445678_22203.cpp:100: error: `Work' undeclared (first use this function)
0_0_11445678_22203.cpp:104: error: `Tmp' undeclared (first use this function)
|