记录详情

Wrong Answer

foo.cc: In function 'int iset(int*, int, int*, int, int*)':
foo.cc:16:13: warning: unused variable 'i' [-Wunused-variable]
   16 |         int i=0,k=0;
      |             ^
foo.cc: In function 'int cp(int*, int, int*)':
foo.cc:26:1: warning: no return statement in function returning non-void [-Wreturn-type]
   26 | }
      | ^
foo.cc: In function 'int main()':
foo.cc:43:15: warning: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Wmemset-transposed-args]
   43 |         memset(h,sizeof(h),0);
      |         ~~~~~~^~~~~~~~~~~~~~~
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 3ms 536.0 KiB
#2 Wrong Answer Standard answer longer than user output. 3ms 764.0 KiB
#3 Wrong Answer Standard answer longer than user output. 3ms 324.0 KiB
#4 Wrong Answer Standard answer longer than user output. 2ms 536.0 KiB
#5 Wrong Answer Standard answer longer than user output. 2ms 324.0 KiB

信息

递交者
类型
递交
题目
P1042 A10-5 集合的并集
语言
C++
递交时间
2024-03-22 13:14:41
评测时间
2024-03-22 13:14:41
评测机
分数
0
总耗时
15ms
峰值内存
764.0 KiB