摘要:
常用板子 基本模板 #include<bits/stdc++.h> using namespace std; typedef unsigned long long ull; typedef long long ll; template<class T1,class T2>T1 ksm(T1 a,T2 阅读全文
摘要:
Codeforces Round 626 (Div. 2, based on Moscow Open Olympiad in Informatics) = A. Even Subset Sum Problem 题意 给出一串数,找到其中的一些数使得他们的和为偶数 题解 水题,找到一个偶数或者两个奇数 阅读全文