QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#541247 | #4990. Coffee Cup Combo | ZhaoZiLong | Compile Error | / | / | C++14 | 249b | 2024-08-31 19:00:31 | 2024-08-31 19:00:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:9:30: error: reference to ‘get’ is ambiguous 9 | ok++;get=2; | ^~~ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:63, from answer.code:1: /usr/include/c++/13/array:411:5: note: candidates are: ‘template<long unsigned int _Int, class _Tp, long unsigned int _Nm> constexpr const _Tp&& std::get(const array<_Tp, _Nm>&&)’ 411 | get(const array<_Tp, _Nm>&& __arr) noexcept | ^~~ /usr/include/c++/13/array:402:5: note: ‘template<long unsigned int _Int, class _Tp, long unsigned int _Nm> constexpr const _Tp& std::get(const array<_Tp, _Nm>&)’ 402 | get(const array<_Tp, _Nm>& __arr) noexcept | ^~~ /usr/include/c++/13/array:393:5: note: ‘template<long unsigned int _Int, class _Tp, long unsigned int _Nm> constexpr _Tp&& std::get(array<_Tp, _Nm>&&)’ 393 | get(array<_Tp, _Nm>&& __arr) noexcept | ^~~ /usr/include/c++/13/array:384:5: note: ‘template<long unsigned int _Int, class _Tp, long unsigned int _Nm> constexpr _Tp& std::get(array<_Tp, _Nm>&)’ 384 | get(array<_Tp, _Nm>& __arr) noexcept | ^~~ In file included from /usr/include/c++/13/functional:53, from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:53: /usr/include/c++/13/tuple:1864:5: note: ‘template<class _Tp, class ... _Types> constexpr const _Tp&& std::get(const tuple<_Types ...>&&)’ 1864 | get(const tuple<_Types...>&& __t) noexcept | ^~~ /usr/include/c++/13/tuple:1852:5: note: ‘template<class _Tp, class ... _Types> constexpr const _Tp& std::get(const tuple<_Types ...>&)’ 1852 | get(const tuple<_Types...>& __t) noexcept | ^~~ /usr/include/c++/13/tuple:1841:5: note: ‘template<class _Tp, class ... _Types> constexpr _Tp&& std::get(tuple<_Types ...>&&)’ 1841 | get(tuple<_Types...>&& __t) noexcept | ^~~ /usr/include/c++/13/tuple:1830:5: note: ‘template<class _Tp, class ... _Types> constexpr _Tp& std::get(tuple<_Types ...>&)’ 1830 | get(tuple<_Types...>& __t) noexcept | ^~~ /usr/include/c++/13/tuple:1820:5: note: ‘template<long unsigned int __i, class ... _Elements> constexpr std::__enable_if_t<(__i >= sizeof... (_Types))> std::get(const tuple<_Types ...>&)’ 1820 | get(const tuple<_Elements...>&) = delete; | ^~~ /usr/include/c++/13/tuple:1810:5: note: ‘template<long unsigned int __i, class ... _Elements> constexpr std::__tuple_element_t<__i, std::tuple<_Types ...> >&& std::get(const tuple<_Types ...>&&)’ 1810 | get(const tuple<_Elements...>&& __t) noexcept | ^~~ /usr/include/c++/13/tuple:1801:5: note: ‘template<long unsigned int __i, class ... _Elements> constexpr std::__tuple_element_t<__i, std::tuple<_Types ...> >&& std::get(tuple<_Types ...>&&)’ 1801 | get(tuple<_Elements...>&& __t) noexcept | ^~~ /usr/include/c++/13/tuple:1795:5: note: ‘template<long unsigned int __i, class ... _Elements> constexpr std::__tuple_element_t<__i, std::tuple<_Types ...> >& std::get(const tuple<_Types ...>&)’ 1795 | get(const tuple<_Elements...>& __t) noexcept | ^~~ /usr/include/c++/13/tuple:1789:5: note: ‘template<long unsigned int __i, class ... _Elements> constexpr std::__tuple_element_t<__i, std::tuple<_Types ...> >& std::get(tuple<_Types ...>&)’ 1789 | get(tuple<_Elements...>& __t) noexcept | ^~~ In file included from /usr/include/c++/13/bits/stl_algobase.h:64, from /usr/include/c++/13/algorithm:60, from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:51: /usr/include/c++/13/bits/stl_pair.h:1094:5: note: ‘template<class _Tp, class _Up> constexpr const _Tp&& std::get(const pair<_Up, _Tp>&&)’ 1094 | get(const pair<_Up, _Tp>&& __p) noexcept | ^~~ /usr/include/c++/13/bits/stl_pair.h:1089:5: note: ‘template<class _Tp, class _Up> constexpr _Tp&& std::get(pair<_Up, _Tp>&&)’ 1089 | get(pair<_Up, _Tp>&& __p) noexcept | ^~~ /usr/include/c++/13/bits/stl_pair.h:1084:5: note: ‘template<class _Tp, class _Up> constexpr const _Tp& std::get(const pair<_Up, _Tp>&)’ 1084 | get(const pair<_Up, _Tp>& __p) noexcept | ^~~ /usr/include/c++/13/bits/stl_pair.h:1079:5: note: ‘template<class _Tp, class _Up> constexpr _Tp& std::get(pair<_Up, _Tp>&)’ 1079 | get(pair<_Up, _Tp>& __p) noexcept | ^~~ /usr/include/c++/13/bits/stl_pair.h:1074:5: note: ‘template<class _Tp, class _Up> constexpr const _Tp&& std::get(const pair<_T1, _T2>&&)’ 1074 | get(const pair<_Tp, _Up>&& __p) noexcept | ^~~ /usr/include/c++/13/bits/stl_pair.h:1069:5: note: ‘template<class _Tp, ...