메뉴 건너뛰기

결과 (전체)

00a74 임수의 갯수로 입력되는 정수의 합 구하기 (마지막 숫자는 -1) / .윤서진

시간메모리제출올바른 답비율
1초64MB1244294
23.6%
이번 횟수이번 판정시도한 사람성공한 사람비율
7 컴파일 오류 325270
83.1%
컴파일 결과
In function 'main':
6:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'scanf'
9:20: error: 'str' undeclared (first use in this function)
9:20: note: each undeclared identifier is reported only once for each function it appears in
11:16: error: 'a' undeclared (first use in this function)
6:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
9: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'char'.
위로