실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘void bfs(int, int)’: Main.cpp:70:25: error: expected ‘]’ before ‘)’ token 70 | if(arr[i][j+1==1) | ^ | ] Main.cpp: In function ‘int main()’: Main.cpp:102:13: error: expected ‘;’ before ‘count’ 102 | bfs(1,1) | ^ | ; 103 | count++; | ~~~~~ Main.cpp:91:13: warning: unused variable ‘t’ [-Wunused-variable] 91 | int i,j,t,k=1,real=0,count=0,wow=0,two=0; | ^ Main.cpp:92:8: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 92 | scanf("%d %d",&n,&m); | ~~~~~^~~~~~~~~~~~~~~ Main.cpp:97:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 97 | scanf("%d",&arr[i][j]); | ~~~~~^~~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.