0_0_36884838_10471.cpp: In function 'int main()':
0_0_36884838_10471.cpp:35:31: error: invalid initialization of reference of type 'std::map<long long int, int>&' from expression of type 'std::unordered_map<long long int, int>'
map<ll,int> &t1 = to[i];
^
|