QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#248155#7622. Yet Another Coffeeucup-team1577#Compile Error//C++173.4kb2023-11-11 17:42:032023-11-11 17:42:04

詳細信息

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());
      |                             ~~~^~~~~~~~~~~~~~~~~~~~~