실행 실패 (제출 코드 컴파일 에러)
Main.cpp:6:6: error: variable or field ‘Solve’ declared void 6 | void Solve(ifstream* _pLoadStream) | ^~~~~ Main.cpp:6:12: error: ‘ifstream’ was not declared in this scope; did you mean ‘std::ifstream’? 6 | void Solve(ifstream* _pLoadStream) | ^~~~~~~~ | std::ifstream In file included from /usr/include/c++/11/ios:38, from /usr/include/c++/11/ostream:38, from /usr/include/c++/11/iostream:39, from Main.cpp:1: /usr/include/c++/11/iosfwd:162:41: note: ‘std::ifstream’ declared here 162 | typedef basic_ifstream<char> ifstream; | ^~~~~~~~ Main.cpp:6:22: error: ‘_pLoadStream’ was not declared in this scope 6 | void Solve(ifstream* _pLoadStream) | ^~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.