메뉴 건너뛰기

결과 (전체)

00a59 입력된 값은 OOO 입니다. (문자열) / ChoYoon

시간메모리제출올바른 답비율
1초64MB4717971
20.6%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 970837
86.3%
컴파일 결과
In function 'main':
7:12: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=]
8:1: error: expected ';' before '}' token
6:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
6: (warning) scanf() without field width limits can crash with huge input data.
위로