실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:7:19: error: array must be initialized with a brace-enclosed initializer 7 | int a[N] = (o + 1); | ~~~^~~~ Main.cpp:7:9: warning: unused variable ‘a’ [-Wunused-variable] 7 | int a[N] = (o + 1); | ^ Main.cpp:11:16: error: ‘a’ was not declared in this scope 11 | int temp = a[I]; | ^ Main.cpp:16:18: error: ‘S’ was not declared in this scope 16 | std::cout << S[p] << " "; | ^ Main.cpp:4:13: warning: unused variable ‘K’ [-Wunused-variable] 4 | int M,I,J,K; | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.