Accepted

foo.cc: In function 'int aaa(int*, int, int*, int, int*)':
foo.cc:69:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j,n3=0;
        ^
foo.cc: In function 'int bbb(int*, int, int*, int, int*)':
foo.cc:85:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j,n3=0;
        ^
foo.cc: In function 'int ccc(int*, int, int*, int, int*)':
foo.cc:101:19: warning: unused variable 'j' [-Wunused-variable]
  int n3=0,n4,n5,i,j;
                   ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB

信息

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