摘要:
1005 Equal Sentences 队友过的一题 #include <bits/stdc++.h> using namespace std; #define int long long const int MAXN = 1e5 + 7; const int MOD = 1e9 + 7; int 阅读全文
摘要:
平均题目难度比较简单,签到题比较多 A题:Stoichiometry 高斯消元,不会。。 B题:Pokemon Go Go 我做出来的第一道状压dp题 #include<iostream> #include<algorithm> #include<map> using namespace std; 阅读全文