메뉴 건너뛰기

결과 (전체)

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

시간메모리제출올바른 답비율
1초64MB1345388
28.8%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 정상 실행 375309
82.4%
판정 세부 내용
케이스 # 소요시간 메모리 판정
0010ms462.848kBOK

컴파일 결과
In function 'main':
7:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
9:5: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
In function `main':
(.text.startup+0x41): warning: the `gets' function is dangerous and should not be used.
소스 정적 분석 결과
19: (style) Condition 'p[i]==' '' is always true
9: (warning) Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead.
위로