记录详情

Wrong Answer

foo.cc: In function 'int un(int*, int, int*)':
foo.cc:17:13: warning: unused variable 'i' [-Wunused-variable]
   17 |         int i=0,k=0;
      |             ^
foo.cc: In function 'int main()':
foo.cc:38:15: warning: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Wmemset-transposed-args]
   38 |         memset(h,sizeof(b),0);
      |         ~~~~~~^~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 2ms 324.0 KiB
#2 Wrong Answer Standard answer longer than user output. 2ms 536.0 KiB
#3 Wrong Answer Standard answer longer than user output. 2ms 768.0 KiB
#4 Wrong Answer User output longer than standard answer. 2ms 536.0 KiB
#5 Wrong Answer Standard answer longer than user output. 2ms 536.0 KiB

信息

递交者
类型
递交
题目
P1040 A10-3 数组的去重
语言
C++
递交时间
2024-03-22 12:58:53
评测时间
2024-03-22 12:58:53
评测机
分数
0
总耗时
14ms
峰值内存
768.0 KiB