메뉴 건너뛰기

결과 (전체)

00a56 Hello, World! 출력하기 / 제이콥

시간메모리제출올바른 답비율
1초64MB119703283
27.4%
이번 횟수이번 판정시도한 사람성공한 사람비율
2 컴파일 오류 25222253
89.3%
컴파일 결과
In function 'main':
4:5: warning: implicit declaration of function 'print' [-Wimplicit-function-declaration]
4:12: error: 'Hello' undeclared (first use in this function)
4:12: note: each undeclared identifier is reported only once for each function it appears in
4:19: error: 'World' undeclared (first use in this function)
4:24: error: expected ')' before '!' token
5:1: error: expected ';' before '}' token
소스 정적 분석 결과
이상 없음
위로