실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:11:27: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses] 11 | if(i%2!=0&&i&3!=0&&i%5!=0&&i%7!=0){ | ~^~~ Main.cpp: At global scope: Main.cpp:16:1: fatal error: error closing /tmp/ccnGLnO3.s: No space left on device 16 | } | ^ compilation terminated.
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.