0_0_26627402_23013.cpp: In function 'int main()':
0_0_26627402_23013.cpp:63:9: error: 'map' was not declared in this scope
map<int,int>mp;
^
0_0_26627402_23013.cpp:63:13: error: expected primary-expression before 'int'
map<int,int>mp;
^
0_0_26627402_23013.cpp:65:13: error: 'mp' was not declared in this scope
mp[a[i]] = i;
^
0_0_26627402_23013.cpp:76:30: error: 'mp' was not declared in this scope
node2[i].start = mp[node2[i].start];
^
|