실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:71:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 71 | if(G[i][j]=1) bfs(i,j); | ~~~~~~~^~ Main.cpp:86:2: error: expected ‘}’ at end of input 86 | } | ^ Main.cpp:53:11: note: to match this ‘{’ 53 | int main(){ | ^ Main.cpp:54:13: warning: unused variable ‘a’ [-Wunused-variable] 54 | int a,b,i,sho=-999; | ^ Main.cpp:54:15: warning: unused variable ‘b’ [-Wunused-variable] 54 | int a,b,i,sho=-999; | ^ Main.cpp:56:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 56 | scanf("%d %d",&n,&m); | ~~~~~^~~~~~~~~~~~~~~ Main.cpp:60:24: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 60 | scanf("%c",&cha); | ~~~~~^~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.