0_0_39072500_22278.cpp: In function 'int main()':
0_0_39072500_22278.cpp:14:9: error: 'map' was not declared in this scope
14 | map<ll, ll>mp;
| ^~~
0_0_39072500_22278.cpp:7:1: note: 'std::map' is defined in header '<map>'; did you forget to '#include <map>'?
6 | #include<unordered_map>
+++ |+#include <map>
7 | using namespace std;
0_0_39072500_22278.cpp:14:15: error: expected primary-expression before ',' token
14 | map<ll, ll>mp;
| ^
0_0_39072500_22278.cpp:14:19: error: expected primary-expression before '>' token
14 | map<ll, ll>mp;
| ^
0_0_39072500_22278.cpp:14:20: error: 'mp' was not declared in this scope
14 | map<ll, ll>mp;
| ^~
|