0_0_35230816_20809.cpp:10:9: error: 'pair' does not name a type
typedef pair<int, int>PII;
^
0_0_35230816_20809.cpp: In function 'int main()':
0_0_35230816_20809.cpp:74:7: error: 'PII' was not declared in this scope
map<PII, int>mp;
^
0_0_35230816_20809.cpp:74:15: error: template argument 1 is invalid
map<PII, int>mp;
^
0_0_35230816_20809.cpp:74:15: error: template argument 3 is invalid
0_0_35230816_20809.cpp:74:15: error: template argument 4 is invalid
0_0_35230816_20809.cpp:74:18: error: invalid type in declaration before ';' token
map<PII, int>mp;
^
0_0_35230816_20809.cpp:84:15: error: 'v' was not declared in this scope
addedge(u, v, w);
^
|