실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘main’: Main.c:13:21: error: expected ‘)’ before ‘and’ 13 | else if(n<=7 and n>=2)printf("2"); | ~ ^~~~ | ) Main.c:17:40: error: expected ‘)’ before ‘and’ 17 | if(n>=z and n<=y){ | ~ ^~~~ | ) Main.c:11:9: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 11 | scanf("%d",&n); | ^~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.