메뉴 건너뛰기

결과 (전체)

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

시간메모리제출올바른 답비율
1초500MB1822536
29.4%
이번 횟수이번 판정시도한 사람성공한 사람비율
21 컴파일 오류 281234
83.3%
컴파일 결과
In function 'int re(int, int)':
10:20: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
11:11: error: too few arguments to function 'int re(int, int)'
3:5: note: declared here
In function 'int main()':
19:9: error: too few arguments to function 'int re(int, int)'
3:5: note: declared here
17:11: warning: unused variable 's' [-Wunused-variable]
In function 'int re(int, int)':
10:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
12:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
14:1: warning: control reaches end of non-void function [-Wreturn-type]
In function 'int main()':
18: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 'signed int *'.
17: (style) Unused variable: s
위로