실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int reversed(std::string)’: Main.cpp:10:18: error: ‘st’ was not declared in this scope; did you mean ‘s’? 10 | int result = st return s; | ^~ | s Main.cpp:10:9: warning: unused variable ‘result’ [-Wunused-variable] 10 | int result = st return s; | ^~~~~~ Main.cpp:11:1: warning: no return statement in function returning non-void [-Wreturn-type] 11 | } | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.