摘要:Game theory Nim #include<bits/stdc++.h> using namespace std; int main(){ int T; scanf("%d",&T); while(T--){ int n,x,res=0; scanf("%d",&n); while(n--){
阅读全文
posted @ 2019-10-12 21:15
chc_1234567890
阅读(421)
推荐(0)
编辑