摘要:
T1 题解:这其实就是一个很简单的模拟,大家使劲按要求模拟就OK #include<bits/stdc++.h> #define ll long long using namespace std; string C; string K; int KeyK,KeyC; bool dxx[1010]; 阅读全文
摘要:
T1纯模拟 考试的时候大概是写后面的几道没调过来吧。。放了这道 #include <bits/stdc++.h> using namespace std; int n,m; int a[1001][2],sum[1001]; int ma[1001][1001]/*第i件第j道的机器*/,ti[10 阅读全文