摘要:
/*ID:marcoLANG:C++TASK:gift1*/#include <bits/stdc++.h> int main(){ freopen("gift1.in","r",stdin); freopen("gift1.out","w",stdout); char a[10][14],b[14 阅读全文
摘要:
/*ID:marcoLANG:C++TASK:friday*/#include<bits/stdc++.h>#define for(i,k,n) for (int i = k; i <= n; i++) using namespace std; const int MAXN = 110, DAYS[ 阅读全文
摘要:
/*ID:marcoLANG:C++TASK:beads*/#include<bits/stdc++.h>using namespace std; int main(){ freopen("beads.in","r",stdin); freopen("beads.out","w",stdout); 阅读全文
摘要:
/*ID:marcoLANG:C++TASK:ride*/#include<bits/stdc++.h>using namespace std;int a[1010],b[1010],n,n1,n2;string x,y; int main(){ freopen("ride.in","r",stdi 阅读全文