실행 실패 (제출 코드 컴파일 에러)
Main.c:32:6: error: conflicting types for ‘output’; have ‘void(char)’ 32 | void output(char src){ | ^~~~~~ Main.c:20:6: note: previous definition of ‘output’ with type ‘void(long long int)’ 20 | void output(long long src){ | ^~~~~~ Main.c:35:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 35 | __libc_start_main(){ | ^~~~~~~~~~~~~~~~~ Main.c:54:2: warning: data definition has no type or storage class 54 | }main; | ^~~~ Main.c:54:2: warning: type defaults to ‘int’ in declaration of ‘main’ [-Wimplicit-int] Main.c:54:2: warning: ‘main’ is usually a function [-Wmain] Main.c: In function ‘__libc_start_main’: Main.c:52:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 52 | write(1,Obuf,Optr-Obuf); | ^~~~~~~~~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.