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:13: warning: variable 'n4' set but not used [-Wunused-but-set-variable]
  int i,n3=0,n4;
             ^~
foo.cc: In function 'int main()':
foo.cc:136:15: warning: unused variable 'i' [-Wunused-variable]
  int n1,n2,n3,i,j;
               ^
foo.cc:136:17: warning: unused variable 'j' [-Wunused-variable]
  int n1,n2,n3,i,j;
                 ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1148 数组模拟集合--对称差集
语言
C++
递交时间
2021-10-26 18:12:18
评测时间
2021-10-26 18:12:18
评测机
分数
100
总耗时
3ms
峰值内存
384.0 KiB