메뉴 건너뛰기

결과 (전체)

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

시간메모리제출올바른 답비율
1초64MB57161008
17.6%
이번 횟수이번 판정시도한 사람성공한 사람비율
16 컴파일 오류 1066810
76.0%
컴파일 결과
In function 'main':
6:7: warning: implicit declaration of function 'floor' [-Wimplicit-function-declaration]
6:7: warning: incompatible implicit declaration of built-in function 'floor'
6:7: note: include '<math.h>' or provide a declaration of 'floor'
7:7: error: expected ';' before 'printf'
4:16: warning: variable 'c' set but not used [-Wunused-but-set-variable]
5:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
6: (style) Variable 'c' is assigned a value that is never used.
위로