메뉴 건너뛰기

결과 (전체)

00a11 주어진 문자열 거꾸로 출력하기 / 이지후

시간메모리제출올바른 답비율
1초64MB34461126
32.7%
이번 횟수이번 판정시도한 사람성공한 사람비율
4 컴파일 오류 929834
89.8%
컴파일 결과
3:1: warning: return type defaults to 'int' [-Wimplicit-int]
In function 'main':
6:8: error: expected identifier or '(' before '=' token
7:11: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[100]' [-Wformat=]
8:9: error: 'i' undeclared (first use in this function)
8:9: note: each undeclared identifier is reported only once for each function it appears in
7:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
7: (warning) scanf() without field width limits can crash with huge input data.
위로