메뉴 건너뛰기

결과 (전체)

00a50 두 문자열의 구성 문자가 동일한지 확인하기 / JH_turtle

시간메모리제출올바른 답비율
1초64MB666148
22.2%
이번 횟수이번 판정시도한 사람성공한 사람비율
3 컴파일 오류 144113
78.5%
컴파일 결과
In function 'int main()':
8:18: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[1001]' [-Wformat=]
9:20: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[1001]' [-Wformat=]
23:13: error: expected ';' before 'return'
8:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
9:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
8: (warning) scanf() without field width limits can crash with huge input data.
9: (warning) scanf() without field width limits can crash with huge input data.
위로