실행 실패 (제출 코드 컴파일 에러)
Main.cpp:26:1: error: ‘::main’ must return ‘int’ 26 | int_fast16_t main() { | ^~~~~~~~~~~~ Main.cpp: In function ‘int main()’: Main.cpp:62:29: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘std::vector<std::pair<long long int, long long int> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 62 | for (long long i = 1; i < sortedV.size(); i++) { | ~~^~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.