记录详情

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]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 220.0 KiB
#2 Accepted 0ms 220.0 KiB
#3 Accepted 0ms 128.0 KiB
#4 Wrong Answer 0ms 224.0 KiB
#5 Wrong Answer 0ms 220.0 KiB

信息

递交者
类型
递交
题目
3-2 编程题
语言
C
递交时间
2019-07-17 09:47:25
评测时间
2019-07-17 09:47:25
评测机
分数
60
总耗时
3ms
峰值内存
224.0 KiB