메뉴 건너뛰기

결과 (전체)

00b02 기차 교차로 / jingba

시간메모리제출올바른 답비율
1초64MB971280
28.8%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 188151
80.3%
컴파일 결과
In function 'int main()':
28:5: error: expected ';' before numeric constant
29:13: warning: statement has no effect [-Wunused-value]
10: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]
소스 정적 분석 결과
27: (warning) Redundant code: Found a statement that begins with numeric constant.
위로