/ test /

记录详情

Accepted

foo.cc: In function 'void cx()':
foo.cc:70:18: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
       if (a[x]^xx==0) a[y]=yy^1,bb=true,b[y]=true;
                ~~^~~
foo.cc:72:18: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
       if (a[y]^yy==0) a[x]=xx^1,bb=true,b[x]=true;
                ~~^~~
foo.cc:82:18: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
       if (a[x]^xx==1) a[y]=yy^1,bb=true,b[y]=true;
                ~~^~~
foo.cc:84:18: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
       if (a[y]^yy==0) a[x]=xx^0,bb=true,b[x]=true;
                ~~^~~
foo.cc:93:14: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
  if (a[ans]^f==1 && b[ans]) printf("Yes\n");
             ~^~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 640.0 KiB
#2 Accepted 2ms 608.0 KiB
#3 Accepted 2ms 640.0 KiB
#4 Accepted 1ms 768.0 KiB
#5 Accepted 2ms 640.0 KiB
#6 Accepted 1ms 640.0 KiB
#7 Accepted 2ms 640.0 KiB
#8 Accepted 2ms 640.0 KiB
#9 Accepted 2ms 640.0 KiB
#10 Accepted 2ms 640.0 KiB

信息

递交者
类型
递交
题目
P1002 test
语言
C++
递交时间
2021-08-26 10:22:13
评测时间
2021-08-26 10:22:13
评测机
分数
100
总耗时
21ms
峰值内存
768.0 KiB