메뉴 건너뛰기

결과 (전체)

00a25 나눗셈 2 (소수 4째자리에서 자름) / 홍32

시간메모리제출올바른 답비율
1초64MB57241009
17.6%
이번 횟수이번 판정시도한 사람성공한 사람비율
12 컴파일 오류 1067811
76.0%
컴파일 결과
In function 'main':
9:14: error: wide character array initialized from non-wide string
9:20: error: conflicting types for 'n'
6:12: note: previous declaration of 'n' was here
12:16: warning: format '%lf' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=]
9:20: warning: unused variable 'n' [-Wunused-variable]
7:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
12: (warning) %lf in format string (no. 1) requires 'double' but the argument type is 'int'.
8: (style) Variable 'n' is assigned a value that is never used.
9: (style) Unused variable: n
위로