메뉴 건너뛰기

결과 (전체)

00a71 hello, world! 출력하기 (2개 라인으로) / 손동휘

시간메모리제출올바른 답비율
1초64MB69472070
29.8%
이번 횟수이번 판정시도한 사람성공한 사람비율
10 컴파일 오류 17961685
93.8%
컴파일 결과
2:1: warning: return type defaults to 'int' [-Wimplicit-int]
In function 'main':
4:12: warning: missing terminating " character
4:5: error: missing terminating " character
5:28: error: expected ')' before ';' token
5:12: warning: passing argument 1 of 'printf' makes pointer from integer without a cast [-Wint-conversion]
934:0,
1:
103:1: note: expected 'const char * restrict' but argument is of type 'int'
6:8: warning: format not a string literal and no format arguments [-Wformat-security]
6:8: error: expected ';' before '}' token
소스 정적 분석 결과
이상 없음
위로