0_0_37544213_5555.cpp:25:1: error: 'unordered_map' does not name a type
unordered_map<int,int> ma;
^
0_0_37544213_5555.cpp:26:1: error: 'unordered_map' does not name a type
unordered_map<pii,int> memory;
^
0_0_37544213_5555.cpp: In function 'long long int query()':
0_0_37544213_5555.cpp:41:17: error: 'ma' was not declared in this scope
for(auto& c:ma){
^
0_0_37544213_5555.cpp: In function 'int main()':
0_0_37544213_5555.cpp:57:9: error: 'ma' was not declared in this scope
ma.clear();
^
0_0_37544213_5555.cpp:67:16: error: 'memory' was not declared in this scope
if(memory[make_pair(que[i].l,que[i].r)]){
^
0_0_37544213_5555.cpp:73:13: error: 'memory' was not declared in this scope
memory[{que[i].l,que[i].r}]=ans[que[i].id]=query();
^
|