메뉴 건너뛰기

결과 (전체)

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

시간메모리제출올바른 답비율
1초64MB1348389
28.9%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 376310
82.4%
컴파일 결과
In function 'main':
8:9: error: 'i' undeclared (first use in this function)
8:9: note: each undeclared identifier is reported only once for each function it appears in
10:15: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[2000]' [-Wformat=]
7:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
10:9: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
10: (warning) scanf() without field width limits can crash with huge input data.
위로