실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘main’: Main.c:10:9: warning: implicit declaration of function ‘Whlie’ [-Wimplicit-function-declaration] 10 | Whlie(1){ | ^~~~~ Main.c:10:17: error: expected ‘;’ before ‘{’ token 10 | Whlie(1){ | ^ | ; Main.c:4:17: warning: variable ‘temp’ set but not used [-Wunused-but-set-variable] 4 | int N, M=1, temp; | ^~~~ Main.c:4:12: warning: variable ‘M’ set but not used [-Wunused-but-set-variable] 4 | int N, M=1, temp; | ^ Main.c:5:5: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 5 | scanf("%d", &N); | ^~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.