摘要:
"传送门" A.\^&^ 题意: 找到最小的正数$C$,满足$(A\ xor\ C)\&(B\ xor \ C)$最小。 思路: 输出$A\&B$即可,特判答案为0的情况。 Code cpp include typedef long long ll; typedef unsigned long lo 阅读全文
摘要:
"传送门" A.度度熊与数字 签到。 Code cpp include using namespace std; typedef long long ll; const int N = 55; int T; int n, m; vector p[N]; char s[N], t[N]; int cn 阅读全文