摘要: solution 暴力sg,打牌 code #include <bits/stdc++.h> #define FOR(i,a,b) for(int i=a;i<=b;++i) #define ll long long using namespace std; const int _=1e6+7; / 阅读全文
posted @ 2022-08-15 22:45 小饼卷大葱 阅读(31) 评论(0) 推荐(0)