随笔分类 -  usaco

摘要:AARON ABBIE ABBOTT ABBRA ABBY ABE ABEL ABENI ABIA ABIBA ABIE ABIGAIL ABNER ABRAHAM ABRAM ABRIANNA ABRIENDA ABRIL ABSOLOM ABU ACACIA ACE ADA ADAH ADAIR 阅读全文
posted @ 2017-03-09 18:59 _Koreyoshi 阅读(4138) 评论(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 阅读(97) 评论(0) 推荐(0)
摘要:/*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 阅读(90) 评论(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 阅读(97) 评论(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 阅读(123) 评论(0) 推荐(0)