메뉴 건너뛰기

결과 (전체)

00a55 입력되는 숫자 1의 개수 구하기 (마지막 숫자는 0) / 이민기

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

컴파일 결과
In function 'int main()':
6:14: warning: ignoring return value of 'char* gets(char*)', 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.
소스 정적 분석 결과
6: (warning) Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead.
위로