실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘check_matching’: Main.c:60:46: error: expected ‘)’ before ‘{’ token 60 | (open_ch == '[' && ch != ']') { | ^~ | ) Main.c:59:16: note: to match this ‘(’ 59 | if ((open_ch == '(' && ch != ')') || | ^ Main.c:64:9: error: expected expression before ‘}’ token 64 | } | ^ Main.c: In function ‘main’: Main.c:74:5: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 74 | fgets(input, MAX_SIZE, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.