실행 실패 (제출 코드 컴파일 에러)
In file included from /usr/include/c++/11/bits/char_traits.h:39, from /usr/include/c++/11/ios:40, from /usr/include/c++/11/ostream:38, from /usr/include/c++/11/iostream:39, from Main.cpp:1: /usr/include/c++/11/bits/stl_algobase.h: In instantiation of ‘constexpr const _Tp& std::max(const _Tp&, const _Tp&, _Compare) [with _Tp = int; _Compare = int]’: Main.cpp:25:13: required from here /usr/include/c++/11/bits/stl_algobase.h:303:17: error: ‘__comp’ cannot be used as a function 303 | if (__comp(__a, __b)) | ~~~~~~^~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.