摘要: 1001 求个SG然后打表 发现$SG=0$的点满足$t = k_1 * (4*K+2) + (K+1)$ #include <bits/stdc++.h> using namespace std; int T,N; int main(){ cin >> T; while (T--){ int N, 阅读全文
posted @ 2023-07-20 19:15 si_nian 阅读(67) 评论(0) 推荐(0)