摘要:
from NOIP2016模拟题28 题目大意 n个点的序列,权值$ include include include include include using namespace std; const int M=50007; const int N=1000007; typedef long l 阅读全文
摘要:
Description 求方程x xor 3x=2x ①在n以内的解数 ②在$2^n$以内的解数 $n\le 2^{63}$ Analysis 转化成x xor (x include include include include include include using namespace st 阅读全文