Accepted

foo.cc: In function 'int diffSet(int*, int, int*, int, int*)':
foo.cc:80:1: warning: no return statement in function returning non-void [-Wreturn-type]
   80 | }
      | ^
foo.cc: In function 'int symmDiffSet(int*, int, int*, int, int*)':
foo.cc:84:1: warning: no return statement in function returning non-void [-Wreturn-type]
   84 | }
      | ^
foo.cc: In function 'int main()':
foo.cc:120:12: warning: unused variable 'N' [-Wunused-variable]
  120 |  int const N=100;
      |            ^
foo.cc:121:15: warning: unused variable 'i' [-Wunused-variable]
  121 |  int n1,n2,n3,i;
      |               ^
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 3ms 384.0 KiB

信息

递交者
类型
递交
题目
P1146 数组模拟集合--交集
语言
C++
递交时间
2022-05-11 16:01:20
评测时间
2022-05-11 16:01:20
评测机
分数
100
总耗时
5ms
峰值内存
384.0 KiB