실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:45:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 45 | while (hi <= primes.size()) { | ~~~^~~~~~~~~~~~~~~~ Main.cpp:51:30: error: ‘class std::vector<int>’ has no member named ‘len’ 51 | if (hi == primes.len()) { | ^~~ Main.cpp:63:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’? 63 | cout << ans; | ^~~ | abs
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.