QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#248155 | #7622. Yet Another Coffee | ucup-team1577# | Compile Error | / | / | C++17 | 3.4kb | 2023-11-11 17:42:03 | 2023-11-11 17:42:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void laoya()’: answer.code:153:32: error: no matching function for call to ‘min(long long int&, __gnu_cxx::__normal_iterator<std::pair<long long int, long long int>*, std::vector<std::pair<long long int, long long int> > >::difference_type)’ 153 | int cardpos=min(cur,it-card.begin()); | ~~~^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11/algorithm:61, from answer.code:4: /usr/include/c++/11/bits/stl_algobase.h:230:5: note: candidate: ‘template<class _Tp> constexpr const _Tp& std::min(const _Tp&, const _Tp&)’ 230 | min(const _Tp& __a, const _Tp& __b) | ^~~ /usr/include/c++/11/bits/stl_algobase.h:230:5: note: template argument deduction/substitution failed: answer.code:153:32: note: deduced conflicting types for parameter ‘const _Tp’ (‘long long int’ and ‘__gnu_cxx::__normal_iterator<std::pair<long long int, long long int>*, std::vector<std::pair<long long int, long long int> > >::difference_type’ {aka ‘long int’}) 153 | int cardpos=min(cur,it-card.begin()); | ~~~^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11/algorithm:61, from answer.code:4: /usr/include/c++/11/bits/stl_algobase.h:278:5: note: candidate: ‘template<class _Tp, class _Compare> constexpr const _Tp& std::min(const _Tp&, const _Tp&, _Compare)’ 278 | min(const _Tp& __a, const _Tp& __b, _Compare __comp) | ^~~ /usr/include/c++/11/bits/stl_algobase.h:278:5: note: template argument deduction/substitution failed: answer.code:153:32: note: deduced conflicting types for parameter ‘const _Tp’ (‘long long int’ and ‘__gnu_cxx::__normal_iterator<std::pair<long long int, long long int>*, std::vector<std::pair<long long int, long long int> > >::difference_type’ {aka ‘long int’}) 153 | int cardpos=min(cur,it-card.begin()); | ~~~^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11/algorithm:62, from answer.code:4: /usr/include/c++/11/bits/stl_algo.h:3449:5: note: candidate: ‘template<class _Tp> constexpr _Tp std::min(std::initializer_list<_Tp>)’ 3449 | min(initializer_list<_Tp> __l) | ^~~ /usr/include/c++/11/bits/stl_algo.h:3449:5: note: template argument deduction/substitution failed: answer.code:153:32: note: mismatched types ‘std::initializer_list<_Tp>’ and ‘long long int’ 153 | int cardpos=min(cur,it-card.begin()); | ~~~^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11/algorithm:62, from answer.code:4: /usr/include/c++/11/bits/stl_algo.h:3455:5: note: candidate: ‘template<class _Tp, class _Compare> constexpr _Tp std::min(std::initializer_list<_Tp>, _Compare)’ 3455 | min(initializer_list<_Tp> __l, _Compare __comp) | ^~~ /usr/include/c++/11/bits/stl_algo.h:3455:5: note: template argument deduction/substitution failed: answer.code:153:32: note: mismatched types ‘std::initializer_list<_Tp>’ and ‘long long int’ 153 | int cardpos=min(cur,it-card.begin()); | ~~~^~~~~~~~~~~~~~~~~~~~~