Accepted

foo.cc: In function 'int diffSet(int*, int, int*, int, int*)':
foo.cc:84:9: warning: variable 'n4' set but not used [-Wunused-but-set-variable]
     int n4;
         ^~
foo.cc: In function 'int symmDiffSet(int*, int, int*, int, int*)':
foo.cc:108:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
foo.cc: In function 'int main()':
foo.cc:111:15: warning: unused variable 'i' [-Wunused-variable]
  int n1,n2,n3,i,j;
               ^
foo.cc:111:17: warning: unused variable 'j' [-Wunused-variable]
  int n1,n2,n3,i,j;
                 ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 404.0 KiB
#2 Accepted 1ms 408.0 KiB

信息

递交者
类型
递交
题目
P1147 数组模拟集合--差集
语言
C++
递交时间
2021-10-25 18:56:25
评测时间
2021-10-25 18:56:25
评测机
分数
100
总耗时
3ms
峰值内存
408.0 KiB