메뉴 건너뛰기

결과 (전체)

00a11 주어진 문자열 거꾸로 출력하기 / 차석진

시간메모리제출올바른 답비율
1초64MB34461126
32.7%
이번 횟수이번 판정시도한 사람성공한 사람비율
13 컴파일 오류 929834
89.8%
컴파일 결과
2:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
In function 'int main()':
7:10: error: incompatible types in assignment of 'int' to 'int [100]'
7:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
7:21: error: lvalue required as increment operand
8:20: error: expected ')' before 'a'
8:24: warning: format '%c' expects a matching 'int' argument [-Wformat=]
6:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
2: (error) syntax error
위로