2019年8月24日

HDU6702 ^&^(思维)

摘要: "HDU6702 ^&^" 目标为 $(A \oplus C) \& (B \oplus C) = 0$ ,易得: $A \& B=0$ 时:$C = 1$ 。 $A \& B\ne0$ 时:$C = A \& B$ 。 include using namespace std; int t; lon 阅读全文

posted @ 2019-08-24 21:26 solvit 阅读(290) 评论(0) 推荐(0)

导航