실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:18:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 18 | for (int i = 0 ; i < fuck.size(); i++) | ~~^~~~~~~~~~~~~ Main.cpp:20:19: error: no match for call to ‘(std::vector<int>) (int&)’ 20 | cout<<fuck(i)<<endl; | ~~~~^~~ Main.cpp:22:14: error: expected ‘}’ at end of input 22 | return 0; | ^ Main.cpp:6:12: note: to match this ‘{’ 6 | int main (){ | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.