실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:10:16: error: ‘idx’ was not declared in this scope; did you mean ‘idx_5’? 10 | if(x%3==0){idx=0;OK_3=1;} | ^~~ | idx_5 Main.cpp:11:30: error: ‘idx’ was not declared in this scope; did you mean ‘idx_5’? 11 | else if(x>5&&(x-5)%3==0){idx=1;OK_3=1;} | ^~~ | idx_5 Main.cpp:12:32: error: ‘idx’ was not declared in this scope; did you mean ‘idx_5’? 12 | else if(x>10&&(x-10)%3==0){idx=2;OK_3=1;} | ^~~ | idx_5
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.