실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘main’: Main.c:48:11: warning: missing terminating " character 48 | scanf("%lld %lld %lld % | ^ Main.c:48:11: error: missing terminating " character 48 | scanf("%lld %lld %lld % | ^~~~~~~~~~~~~~~~~ Main.c:48:5: error: expected expression at end of input 48 | scanf("%lld %lld %lld % | ^~~~~ Main.c:48:5: error: expected declaration or statement at end of input Main.c:47:14: warning: unused variable ‘l2’ [-Wunused-variable] 47 | LINE l1, l2; | ^~ Main.c:47:10: warning: unused variable ‘l1’ [-Wunused-variable] 47 | LINE l1, l2; | ^~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.