실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In constructor ‘meta::meta()’: Main.cpp:14:18: error: assigning to an array from an initializer list 14 | len = 0, lcs = {0}; | ~~~~^~~~~ Main.cpp: In function ‘int main()’: Main.cpp:29:13: warning: unused variable ‘n’ [-Wunused-variable] 29 | int n, m; | ^ Main.cpp:29:16: warning: unused variable ‘m’ [-Wunused-variable] 29 | int n, m; | ^ Main.cpp:32:13: warning: unused variable ‘l1’ [-Wunused-variable] 32 | int l1, l2; | ^~ Main.cpp:32:17: warning: unused variable ‘l2’ [-Wunused-variable] 32 | int l1, l2; | ^~ Main.cpp:28:12: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 28 | freopen("input.txt", "r", stdin); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.