记录详情

Wrong Answer

/in/foo.cc: In function 'int removeat(int*, int, int)':
/in/foo.cc:19:13: warning: 'i' is used uninitialized in this function [-Wuninitialized]
  cout<<a[i-1]<<" ";
             ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:53:7: warning: array subscript is above array bounds [-Warray-bounds]
  a4[10]=SetInter(a1,n1,a2,n2,a4);
  ~~~~~^
/in/foo.cc:54:31: warning: 'n4' is used uninitialized in this function [-Wuninitialized]
  cout<<SetInter(a3,n3,a4,n4,a4);
                               ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 328.0 KiB

信息

递交者
类型
自测
语言
C++
递交时间
2024-11-25 17:45:58
评测时间
2024-11-25 17:45:58
评测机
分数
0
总耗时
1ms
峰值内存
328.0 KiB