Codeforces 862 C. Mahmoud and Ehab and the xor 位运算
摘要:
题目链接: http://codeforces.com/problemset/problem/862/C 题目描述: 给你n, k 找到一个大小为n的集合, 使得集合异或等于k 解题思路: 自己一开始想的思路是有一个数必须是x, 剩下的异或为0, 想了好久没有什么思路.......看代码吧, 不复杂 阅读全文
posted @ 2017-09-28 21:12 FriskyPuppy 阅读(149) 评论(0) 推荐(0) 编辑