메뉴 건너뛰기

결과 (전체)

00a46 공백있는 1개의 문자열을 N개 라인에 걸쳐 출력하기 / 이지후

시간메모리제출올바른 답비율
1초64MB1345388
28.8%
이번 횟수이번 판정시도한 사람성공한 사람비율
2 컴파일 오류 375309
82.4%
컴파일 결과
2:1: warning: return type defaults to 'int' [-Wimplicit-int]
In function 'main':
7:5: warning: implicit declaration of function 'gests' [-Wimplicit-function-declaration]
7:11: error: 'a' undeclared (first use in this function)
7:11: note: each undeclared identifier is reported only once for each function it appears in
16:13: warning: implicit declaration of function 'prinf' [-Wimplicit-function-declaration]
5:10: warning: unused variable 'str' [-Wunused-variable]
6:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
5: (style) Unused variable: str
위로