메뉴 건너뛰기

결과 (전체)

00a35 영어 단어가 너무 길어 (첫 문자와 마지막 문자를 제외한 단어 길이 구하기) / JH_turtle

시간메모리제출올바른 답비율
1초64MB831189
22.7%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 209170
81.3%
컴파일 결과
In function 'int main()':
13:25: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[101]' [-Wformat=]
32:26: error: expected ')' before 's'
32:30: warning: format '%s' expects a matching 'char*' argument [-Wformat=]
7:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
13:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
13: (warning) scanf() without field width limits can crash with huge input data.
위로