메뉴 건너뛰기

결과 (전체)

00a24 나눗셈 1 (소숫점 4째 자리에서 반올림) / 닉네임76

시간메모리제출올바른 답비율
1초64MB64731409
21.8%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 13631148
84.2%
컴파일 결과
In function 'main':
5:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'double *' [-Wformat=]
5:11: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'double *' [-Wformat=]
6:18: error: invalid operands to binary % (have 'double' and 'double')
5:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
5: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'double *'.
5: (warning) %d in format string (no. 2) requires 'int *' but the argument type is 'double *'.
6: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'double'.
위로