실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:39:29: error: expected ‘;’ before ‘cout’ 39 | cout << ". " | ^ | ; 40 | cout << dp[n][2]; | ~~~~ In file included from /usr/include/c++/11/bits/specfun.h:45, from /usr/include/c++/11/cmath:1935, from /usr/include/aarch64-linux-gnu/c++/11/bits/stdc++.h:41, from Main.cpp:1: /usr/include/c++/11/bits/stl_algobase.h: In instantiation of ‘constexpr const _Tp& std::min(const _Tp&, const _Tp&, _Compare) [with _Tp = int; _Compare = int]’: Main.cpp:35:31: required from here /usr/include/c++/11/bits/stl_algobase.h:281:17: error: ‘__comp’ cannot be used as a function 281 | if (__comp(__b, __a)) | ~~~~~~^~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.