실행 실패 (제출 코드 컴파일 에러)
Main.c:7:14: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘=’ token 7 | int minus=0; | ^ Main.c: In function ‘main’: Main.c:76:18: error: ‘element’ has no member named ‘minus’ 76 | if (d.minus==1) { | ^ Main.c:87:18: error: ‘element’ has no member named ‘minus’ 87 | e.minus=1; | ^ Main.c:70:5: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 70 | scanf("%d", &N); | ^~~~~~~~~~~~~~~ Main.c:72:9: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 72 | scanf("%d", &a); | ^~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.