실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In member function ‘void Solver::setMask()’: Main.cpp:92:22: error: ‘fill’ is not a member of ‘std::ranges’; did you mean ‘std::fill’? 92 | std::ranges::fill(row_mask, 0); | ^~~~ In file included from /usr/include/c++/11/bits/char_traits.h:39, from /usr/include/c++/11/ios:40, from /usr/include/c++/11/ostream:38, from /usr/include/c++/11/iostream:39, from Main.cpp:4: /usr/include/c++/11/bits/stl_algobase.h:992:5: note: ‘std::fill’ declared here 992 | fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) | ^~~~ Main.cpp:93:22: error: ‘fill’ is not a member of ‘std::ranges’; did you mean ‘std::fill’? 93 | std::ranges::fill(col_mask, 0); | ^~~~ In file included from /usr/include/c++/11/bits/char_traits.h:39, from /usr/include/c++/11/ios:40, from /usr/include/c++/11/ostream:38, from /usr/include/c++/11/iostream:39, from Main.cpp:4: /usr/include/c++/11/bits/stl_algobase.h:992:5: note: ‘std::fill’ declared here 992 | fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) | ^~~~ Main.cpp:94:22: error: ‘fill’ is not a member of ‘std::ranges’; did you mean ‘std::fill’? 94 | std::ranges::fill(block_mask, 0); | ^~~~ In file included from /usr/include/c++/11/bits/char_traits.h:39, from /usr/include/c++/11/ios:40, from /usr/include/c++/11/ostream:38, from /usr/include/c++/11/iostream:39, from Main.cpp:4: /usr/include/c++/11/bits/stl_algobase.h:992:5: note: ‘std::fill’ declared here 992 | fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) | ^~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.