Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:7:11: warning: passing argument 2 of 'noco' from incompatible pointer type [-Wincompatible-pointer-types] s=noco(n,&a); ^ /in/foo.c:2:5: note: expected 'int *' but argument is of type 'int (*)[100]' int noco(int n,int *a); ^~~~ /in/foo.c: In function 'noco': /in/foo.c:29:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
信息
- 递交者
- 类型
- 递交
- 题目
- 3-2 编程题
- 语言
- C
- 递交时间
- 2019-07-17 09:47:25
- 评测时间
- 2019-07-17 09:47:25
- 评测机
- 分数
- 60
- 总耗时
- 3ms
- 峰值内存
- 224.0 KiB