answer.code:56:14: error: declaration of ‘operator<=’ as non-function
56 | auto operator<=>(const Group& o) const { return f <=> o.f; }
| ^~~~~~~~
answer.code:56:22: error: expected ‘;’ at end of member declaration
56 | auto operator<=>(const Group& o) const { return f <=> o.f; }
| ^~
| ;
answer.code:56:24: error: expected unqualified-id before ‘>’ token
56 | auto operator<=>(const Group& o) const { return f <=> o.f; }
| ^
answer.code: In function ‘void solve()’:
answer.code:84:51: error: no match for ‘operator>’ (operand types are ‘__gnu_cxx::__alloc_traits<std::allocator<Group>, Group>::value_type’ {aka ‘Group’} and ‘__gnu_cxx::__alloc_traits<std::allocator<Group>, Group>::value_type’ {aka ‘Group’})
84 | id = (a[0].back() > a[1].back() ? 0 : 1);
| ~~~~~~~~~~~ ^ ~~~~~~~~~~~
| | |
| | __gnu_cxx::__alloc_traits<std::allocator<Group>, Group>::value_type {aka Group}
| __gnu_cxx::__alloc_traits<std::allocator<Group>, Group>::value_type {aka Group}
In file included from /usr/include/c++/13/regex:68,
from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:181,
from answer.code:1:
/usr/include/c++/13/bits/regex.h:1176:5: note: candidate: ‘template<class _BiIter> bool std::__cxx11::operator>(const sub_match<_BiIter>&, const sub_match<_BiIter>&)’
1176 | operator>(const sub_match<_BiIter>& __lhs, const sub_match<_BiIter>& __rhs)
| ^~~~~~~~
/usr/include/c++/13/bits/regex.h:1176:5: note: template argument deduction/substitution failed:
answer.code:84:63: note: ‘__gnu_cxx::__alloc_traits<std::allocator<Group>, Group>::value_type’ {aka ‘Group’} is not derived from ‘const std::__cxx11::sub_match<_BiIter>’
84 | id = (a[0].back() > a[1].back() ? 0 : 1);
| ^
/usr/include/c++/13/bits/regex.h:1236:5: note: candidate: ‘template<class _Bi_iter, class _Ch_traits, class _Ch_alloc> bool std::__cxx11::operator>(__sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>&, const sub_match<_BiIter>&)’
1236 | operator>(const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __lhs,
| ^~~~~~~~
/usr/include/c++/13/bits/regex.h:1236:5: note: template argument deduction/substitution failed:
answer.code:84:63: note: ‘__gnu_cxx::__alloc_traits<std::allocator<Group>, Group>::value_type’ {aka ‘Group’} is not derived from ‘std::__cxx11::__sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>’
84 | id = (a[0].back() > a[1].back() ? 0 : 1);
| ^
/usr/include/c++/13/bits/regex.h:1329:5: note: candidate: ‘template<class _Bi_iter, class _Ch_traits, class _Ch_alloc> bool std::__cxx11::operator>(const sub_match<_BiIter>&, __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>&)’
1329 | operator>(const sub_match<_Bi_iter>& __lhs,
| ^~~~~~~~
/usr/include/c++/13/bits/regex.h:1329:5: note: template argument deduction/substitution failed:
answer.code:84:63: note: ‘__gnu_cxx::__alloc_traits<std::allocator<Group>, Group>::value_type’ {aka ‘Group’} is not derived from ‘const std::__cxx11::sub_match<_BiIter>’
84 | id = (a[0].back() > a[1].back() ? 0 : 1);
| ^
/usr/include/c++/13/bits/regex.h:1403:5: note: candidate: ‘template<class _Bi_iter> bool std::__cxx11::operator>(const typename std::iterator_traits<_Iter>::value_type*, const sub_match<_BiIter>&)’
1403 | operator>(typename iterator_traits<_Bi_iter>::value_type const* __lhs,
| ^~~~~~~~
/usr/include/c++/13/bits/regex.h:1403:5: note: template argument deduction/substitution failed:
answer.code:84:63: note: ‘__gnu_cxx::__alloc_traits<std::allocator<Group>, Group>::value_type’ {aka ‘Group’} is not derived from ‘const std::__cxx11::sub_match<_BiIter>’
84 | id = (a[0].back() > a[1].back() ? 0 : 1);
| ^
/usr/include/c++/13/bits/regex.h:1497:5: note: candidate: ‘template<class _Bi_iter> bool std::__cxx11::operator>(const sub_match<_BiIter>&, const typename std::iterator_traits<_Iter>::value_type*)’
1497 | operator>(const sub_match<_Bi_iter>& __lhs,
| ^~~~~~~~
/usr/include/c++/13/bits/regex.h:1497:5: note: template argument deduction/substitution failed:
answer.code:84:63: note: ‘__gnu_cxx::__alloc_traits<std::allocator<Group>, Group>::value_type’ {aka ‘Group’} is not derived from ‘const std::__cxx11::sub_...