실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘void blank(int)’: Main.cpp:8:40: error: expected primary-expression before ‘)’ token 8 | for(int j=0; j<sz; ++j>) | ^ Main.cpp: In function ‘void draw_mid_square(int)’: Main.cpp:27:9: error: ‘draw_square’ was not declared in this scope; did you mean ‘draw_mid_square’? 27 | draw_square(sz); | ^~~~~~~~~~~ | draw_mid_square
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.