摘要: /*ID:marcoLANG:C++TASK:beads*/#include<bits/stdc++.h>using namespace std; int main(){ freopen("beads.in","r",stdin); freopen("beads.out","w",stdout); 阅读全文
posted @ 2017-03-07 18:34 _Koreyoshi 阅读(84) 评论(0) 推荐(0) 编辑
摘要: /*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[ 阅读全文
posted @ 2017-03-07 18:34 _Koreyoshi 阅读(86) 评论(0) 推荐(0) 编辑
摘要: /*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 阅读全文
posted @ 2017-03-07 18:34 _Koreyoshi 阅读(88) 评论(0) 推荐(0) 编辑
摘要: /*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 阅读全文
posted @ 2017-03-07 18:33 _Koreyoshi 阅读(108) 评论(0) 推荐(0) 编辑