摘要: 链接: http://codeforces.com/contest/862/problem/C 题意: 构造n个不同的数,使他们的异或和为x 题解: 0 ^ 1 ^ 2 ^ 3 ^ ... ^ (n-3) ^ (n-2) ^ ( 0 ^ 1 ^ 2 ^ 3 ^ ... ^ (n-3) ^ (n-2) 阅读全文
posted @ 2017-09-20 11:21 Flowersea 阅读(120) 评论(0) 推荐(0) 编辑