circle_selection.cpp: In function 'void solve()':
circle_selection.cpp:60:23: error: no match for 'operator[]' (operand types are 'std::map<long long int, std::set<int> >' and '<brace-enclosed initializer list>')
60 | mp[{x/r+dx,y/r+dy}].erase(j);
| ^
In file included from /usr/include/c++/13/map:63,
from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:152,
from circle_selection.cpp:4:
/usr/include/c++/13/bits/stl_map.h:504:7: note: candidate: 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = long long int; _Tp = std::set<int>; _Compare = std::less<long long int>; _Alloc = std::allocator<std::pair<const long long int, std::set<int> > >; mapped_type = std::set<int>; key_type = long long int]'
504 | operator[](const key_type& __k)
| ^~~~~~~~
/usr/include/c++/13/bits/stl_map.h:504:34: note: no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const std::map<long long int, std::set<int> >::key_type&' {aka 'const long long int&'}
504 | operator[](const key_type& __k)
| ~~~~~~~~~~~~~~~~^~~
/usr/include/c++/13/bits/stl_map.h:524:7: note: candidate: 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](key_type&&) [with _Key = long long int; _Tp = std::set<int>; _Compare = std::less<long long int>; _Alloc = std::allocator<std::pair<const long long int, std::set<int> > >; mapped_type = std::set<int>; key_type = long long int]'
524 | operator[](key_type&& __k)
| ^~~~~~~~
/usr/include/c++/13/bits/stl_map.h:524:29: note: no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'std::map<long long int, std::set<int> >::key_type&&' {aka 'long long int&&'}
524 | operator[](key_type&& __k)
| ~~~~~~~~~~~^~~