실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In member function ‘void Marker::Exit()’: Main.cpp:54:32: error: ‘class std::vector<int>’ has no member named ‘push’ 54 | result.push(exitCustomer.id); | ^~~~ Main.cpp:62:24: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 62 | return result; | ^~~~~~ Main.cpp: In member function ‘double Marker::compute()’: Main.cpp:68:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 68 | for(int i = 0; i < result.size(); i++) | ~~^~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.