메뉴 건너뛰기

결과 (전체)

00b14 어디에 있나? 2 / sky2008!!

시간메모리제출올바른 답비율
1초500MB1822536
29.4%
이번 횟수이번 판정시도한 사람성공한 사람비율
19 컴파일 오류 281234
83.3%
컴파일 결과
In function 'int re(int)':
10:22: error: invalid types 'int[int]' for array subscript
13:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
15:1: warning: control reaches end of non-void function [-Wreturn-type]
In function 'int main()':
19:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
10: (warning) %lld in format string (no. 1) requires 'long long *' but the argument type is 'int *'.
10: (error) Uninitialized variable: a
14: (error) Uninitialized variable: a
위로