0_0_36648654_24488.cpp: In function 'int main()':
0_0_36648654_24488.cpp:13:1: error: 'unordered_map' was not declared in this scope
unordered_map<int,pair<int,int> > dp;
^
0_0_36648654_24488.cpp:13:15: error: expected primary-expression before 'int'
unordered_map<int,pair<int,int> > dp;
^
0_0_36648654_24488.cpp:16:3: error: 'dp' was not declared in this scope
dp[-1]={0,0};
^
|