记录详情

Accepted

/in/foo.cc: In function 'int iset(int*, int, int*, int, int*)':
/in/foo.cc:16:6: warning: unused variable 'i' [-Wunused-variable]
  int i=0,k=0;
      ^
/in/foo.cc: In function 'int cp(int*, int, int*)':
/in/foo.cc:30:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:47:22: warning: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Wmemset-transposed-args]
  memset(h,sizeof(h),0);
                      ^
# 状态 耗时 内存占用
#1 Accepted 1ms 360.0 KiB
#2 Accepted 1ms 348.0 KiB
#3 Accepted 1ms 380.0 KiB
#4 Accepted 1ms 348.0 KiB
#5 Accepted 1ms 376.0 KiB

信息

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