메뉴 건너뛰기

결과 (전체)

09rm3 숫자 맞추기 / 코르디

시간메모리제출올바른 답비율
1초64MB301
3.3%
이번 횟수이번 판정시도한 사람성공한 사람비율
8 컴파일 오류 91
11.1%
컴파일 결과
2:21: warning: extra tokens at end of #include directive
58:5: error: redefinition of 'int n'
5:5: note: 'int n' previously declared here
58:14: error: redefinition of 'int s [10001]'
5:7: note: 'int s [10001]' previously declared here
58:23: error: redefinition of 'int e [10001]'
5:16: note: 'int e [10001]' previously declared here
58:38: error: redefinition of 'int dap [10001][11]'
5:25: note: 'int dap [10001][11]' previously declared here
58:52: error: redefinition of 'int dp [10001][11]'
5:40: note: 'int dp [10001][11]' previously declared here
In function 'int f(int, int)':
59:5: error: redefinition of 'int f(int, int)'
6:5: note: 'int f(int, int)' previously defined here
In function 'void output(int, int)':
75:6: error: redefinition of 'void output(int, int)'
22:6: note: 'void output(int, int)' previously defined here
In function 'int main()':
82:5: error: redefinition of 'int main()'
30:5: note: 'int main()' previously defined here
In function 'int main()':
32:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
35:27: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
39:27: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
In function 'int main()':
84:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
87:27: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
91:27: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
이상 없음
위로