摘要: 2019-12-12 16:08:38 #include <bits/stdc++.h> #include<math.h> using namespace std; int main(){ int N; cin>>N; int win1=0,win2=0,win3=0,lose1=0,win4=0, 阅读全文
posted @ 2019-12-12 16:11 JasonPeng1 阅读(282) 评论(0) 推荐(0)