메뉴 건너뛰기

결과 (전체)

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

시간메모리제출올바른 답비율
1초64MB1345388
28.8%
이번 횟수이번 판정시도한 사람성공한 사람비율
4 컴파일 오류 375309
82.4%
컴파일 결과
2:1: warning: return type defaults to 'int' [-Wimplicit-int]
In function 'main':
16:13: warning: implicit declaration of function 'prinf' [-Wimplicit-function-declaration]
6:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
7:5: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
In function `main':
(.text.startup+0x3d): warning: the `gets' function is dangerous and should not be used.
(.text.startup+0x86): undefined reference to `prinf'
error: ld returned 1 exit status
소스 정적 분석 결과
7: (warning) Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead.
위로