记录详情

Wrong Answer

foo.cc: In function 'int SetInter(int*, int, int*, int, int*, int)':
foo.cc:32:9: warning: value computed is not used [-Wunused-value]
  c[10000],n3=0;
  ~~~~~~~^
foo.cc:32:9: warning: left operand of comma operator has no effect [-Wunused-value]
foo.cc: In function 'int main()':
foo.cc:20:41: warning: 'n4' is used uninitialized in this function [-Wuninitialized]
  int d[10000],n4=SetInter(a,n1,b,n2,d,n4);
                                         ^
foo.cc:21:41: warning: 'n5' is used uninitialized in this function [-Wuninitialized]
  int e[10000],n5=SetInter(a,n1,c,n3,e,n5);
                                         ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB
#4 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB
#5 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB

信息

递交者
类型
递交
题目
A10-4 集合的交集
语言
C++
递交时间
2021-03-17 20:27:29
评测时间
2021-03-17 20:27:29
评测机
分数
40
总耗时
10ms
峰值内存
384.0 KiB