circle_selection.cpp: In function 'void solve()':
circle_selection.cpp:60:23: error: no match for 'operator[]' (operand types are 'std::unordered_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/unordered_map:41,
from /usr/include/c++/13/functional:63,
from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:53,
from circle_selection.cpp:4:
/usr/include/c++/13/bits/unordered_map.h:986:7: note: candidate: 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::mapped_type& std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::operator[](const key_type&) [with _Key = long long int; _Tp = std::set<int>; _Hash = std::hash<long long int>; _Pred = std::equal_to<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]'
986 | operator[](const key_type& __k)
| ^~~~~~~~
/usr/include/c++/13/bits/unordered_map.h:986:34: note: no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const std::unordered_map<long long int, std::set<int> >::key_type&' {aka 'const long long int&'}
986 | operator[](const key_type& __k)
| ~~~~~~~~~~~~~~~~^~~
/usr/include/c++/13/bits/unordered_map.h:990:7: note: candidate: 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::mapped_type& std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::operator[](key_type&&) [with _Key = long long int; _Tp = std::set<int>; _Hash = std::hash<long long int>; _Pred = std::equal_to<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]'
990 | operator[](key_type&& __k)
| ^~~~~~~~
/usr/include/c++/13/bits/unordered_map.h:990:29: note: no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'std::unordered_map<long long int, std::set<int> >::key_type&&' {aka 'long long int&&'}
990 | operator[](key_type&& __k)
| ~~~~~~~~~~~^~~