실행 실패 (제출 코드 컴파일 에러)
Main.cpp:1:9: warning: #pragma once in main file 1 | #pragma once | ^~~~ Main.cpp: In member function ‘void Problem1260::bfs(int)’: Main.cpp:46:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<int> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 46 | for (int i = 0; i < relations.size(); i++) | ~~^~~~~~~~~~~~~~~~~~ /usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/11/../../../aarch64-linux-gnu/crt1.o: in function `__wrap_main': (.text+0x38): undefined reference to `main' collect2: error: ld returned 1 exit status
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.