실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘main’: Main.c:20:6: note: ‘-Wmisleading-indentation’ is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers 20 | else if(t-u>1){ | ^~~~ Main.c:20:6: note: adding ‘-flarge-source-files’ will allow for more column-tracking support, at the expense of compilation time and memory Main.c:25:16: error: expected declaration or statement at end of input 25 | } | ^ Main.c:9:10: warning: unused variable ‘day’ [-Wunused-variable] 9 | int day=0; | ^~~ Main.c:10:6: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 10 | scanf("%d %d %d",&u,&d,&t); | ^~~~~~~~~~~~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
반례를 발견하지 못했습니다.