메뉴 건너뛰기

결과 (전체)

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

시간메모리제출올바른 답비율
1초64MB57241009
17.6%
이번 횟수이번 판정시도한 사람성공한 사람비율
18 컴파일 오류 1067811
76.0%
컴파일 결과
In function 'int main()':
6:24: warning: format '%f' expects argument of type 'float*', but argument 2 has type 'double*' [-Wformat]
6:24: warning: format '%f' expects argument of type 'float*', but argument 3 has type 'double*' [-Wformat]
8:5: error: expected ';' before 'return'
6:25: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
6: (warning) %f in format string (no. 1) requires 'float *' but the argument type is 'double *'.
6: (warning) %f in format string (no. 2) requires 'float *' but the argument type is 'double *'.
위로