실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:54:44: error: a function-definition is not allowed here before ‘{’ token 54 | void scan(int* input_arr,int* scan_arr){ | ^ Main.cpp:75:5: error: ‘scan’ was not declared in this scope; did you mean ‘scanf’? 75 | scan(arr,scan_arr) | ^~~~ | scanf Main.cpp:99:2: error: expected ‘}’ at end of input 99 | } | ^ Main.cpp:35:11: note: to match this ‘{’ 35 | int main(){ | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.