Accepted

foo.cc: In function 'int main()':
foo.cc:33:7: warning: right operand of comma operator has no effect [-Wunused-value]
   33 | b1++,s;
      |       ^
foo.cc:51:8: warning: right operand of comma operator has no effect [-Wunused-value]
   51 | b1++,s1;
      |        ^
foo.cc:8:14: warning: unused variable 'x' [-Wunused-variable]
    8 | int n1,n2,n3,x=0,y=0,n;
      |              ^
foo.cc:8:18: warning: unused variable 'y' [-Wunused-variable]
    8 | int n1,n2,n3,x=0,y=0,n;
      |                  ^
foo.cc:8:22: warning: unused variable 'n' [-Wunused-variable]
    8 | int n1,n2,n3,x=0,y=0,n;
      |                      ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1056 A10-5 集合的并集
语言
C++
递交时间
2022-08-05 12:46:24
评测时间
2022-08-05 12:46:24
评测机
分数
100
总耗时
12ms
峰值内存
384.0 KiB