실행 실패 (제출 코드 컴파일 에러)
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++) | ~~^~~~~~~~~~~~~~~ Main.cpp: In function ‘int main()’: Main.cpp:99:26: error: ‘setprecision’ was not declared in this scope 99 | cout << fixed << setprecision(0) << result << "\n"; | ^~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.