메뉴 건너뛰기

결과 (전체)

00a01 가로 세로를 1개 라인으로 입력받아 사각형의 넓이 구하기 / 누구도나의닉네임글자수제한을막을수없으셈

시간메모리제출올바른 답비율
1초64MB58152794
48.0%
이번 횟수이번 판정시도한 사람성공한 사람비율
2 컴파일 오류 22892163
94.5%
컴파일 결과
In function 'main':
14:18: error: 'a' undeclared (first use in this function)
14:18: note: each undeclared identifier is reported only once for each function it appears in
14:22: error: 'b' undeclared (first use in this function)
7:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
6: (style) The scope of the variable 'result' can be reduced.
위로