실행 실패 (제출 코드 컴파일 에러)
Main.c:2: warning: ignoring ‘#pragma warning ’ [-Wunknown-pragmas] 2 | #pragma warning (disable:4996) | Main.c: In function ‘main’: Main.c:6:19: error: redeclaration of ‘k’ with no linkage 6 | int i, j, k; | ^ Main.c:4:16: note: previous declaration of ‘k’ with type ‘int’ 4 | int T, k, n; | ^ Main.c:17:9: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 17 | scanf("%d", &T); | ^~~~~~~~~~~~~~~ Main.c:19:17: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 19 | scanf("%d %d", &k, &n); | ^~~~~~~~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.