메뉴 건너뛰기

결과 (전체)

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

시간메모리제출올바른 답비율
1초64MB1345388
28.8%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 375309
82.4%
컴파일 결과
2:1: warning: return type defaults to 'int' [-Wimplicit-int]
In function 'main':
6:16: error: expected expression before '%' token
9:15: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[1000]' [-Wformat=]
10:16: warning: format '%S' expects argument of type 'wchar_t *', but argument 2 has type 'char (*)[1000]' [-Wformat=]
9:9: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
4: (style) Variable 'a' is not assigned a value.
9: (warning) scanf() without field width limits can crash with huge input data.
7: (error) Uninitialized variable: a
위로