메뉴 건너뛰기

결과 (전체)

00a87 율도국 건설 (나눗셈, 소숫점 이하 자름) / 남정인

시간메모리제출올바른 답비율
1초64MB2678830
31.0%
이번 횟수이번 판정시도한 사람성공한 사람비율
2 컴파일 오류 818742
90.7%
컴파일 결과
In function 'int main()':
8:24: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'int (*)[1000]' [-Wformat]
9:11: error: invalid operands of types 'int [1000]' and 'int' to binary 'operator/'
8:25: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
9: (portability) Assigning a pointer to an integer is not portable.
위로