0_0_37280349_4137.cpp:10:9: error: template argument 2 is invalid
map<LL, > Map;
^
0_0_37280349_4137.cpp:10:9: error: template argument 4 is invalid
0_0_37280349_4137.cpp:10:14: error: invalid type in declaration before ';' token
map<LL, > Map;
^
0_0_37280349_4137.cpp: In function 'int main()':
0_0_37280349_4137.cpp:41:15: error: invalid types 'int[LL {aka unsigned int}]' for array subscript
Map[hs] = make_pair(mid + 2, right);
^
0_0_37280349_4137.cpp:42:16: error: invalid types 'int[LL {aka unsigned int}]' for array subscript
Map[hss] = make_pair(left, mid);
^
0_0_37280349_4137.cpp:51:17: error: request for member 'count' in 'Map', which is of non-class type 'int'
if (Map.count(hstr)) {
^
0_0_37280349_4137.cpp:52:29: error: invalid types 'int[LL {aka unsigned int}]' for array subscript
pii x = Map[hstr];
^
|