메뉴 건너뛰기

결과 (전체)

00a45 공백이 포함된 문자열 1개를 입력받아 그대로 출력하기 / 닉네임76

시간메모리제출올바른 답비율
1초64MB2028757
37.3%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 정상 실행 767675
88.0%
판정 세부 내용
케이스 # 소요시간 메모리 판정
0011ms1088kBOK

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