실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:24:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 24 | for (int k = 1; k < sdpc[j].length() && sdpc[j + 1].length(); k++) { | ~~^~~~~~~~~~~~~~~~~~ Main.cpp:26:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 26 | if (k + 1 == sdpc[j + 1].length()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ Main.cpp:40:2: error: expected ‘}’ at end of input 40 | } | ^ Main.cpp:18:40: note: to match this ‘{’ 18 | for (int i = 0; i < loop - 1; i++) { | ^ Main.cpp:40:2: error: expected ‘}’ at end of input 40 | } | ^ Main.cpp:7:12: note: to match this ‘{’ 7 | int main() { | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.