QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#650964#7944. Max Minus MinHuangHanShengCompile Error//C++20987b2024-10-18 17:13:102024-10-18 17:13:19

詳細信息

In file included from /usr/include/c++/13/algorithm:60,
                 from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:51,
                 from answer.code:1:
/usr/include/c++/13/bits/stl_algobase.h: In instantiation of ‘constexpr const _Tp& std::min(const _Tp&, const _Tp&, _Compare) [with _Tp = int; _Compare = int]’:
answer.code:39:20:   required from here
/usr/include/c++/13/bits/stl_algobase.h:284:17: error: ‘__comp’ cannot be used as a function
  284 |       if (__comp(__b, __a))
      |           ~~~~~~^~~~~~~~~~