自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

清风未明的代码集

欢迎访问我的主blog:www.clear-wind.cn

  • 博客(9)
  • 资源 (1)
  • 收藏
  • 关注

原创 USACO 1.2.5 Dual Palindromes

/**//*PROG: dualpalLANG: C++*/#include iostream>#include fstream>#include string>#include cmath>using namespace std;ifstream fin("dualpal.in");ofstream fout("dualpal.out");int n,s;inline bool hui 

2007-09-27 21:31:00 487

原创 USACO 1.2.4 Palindromic Squares

/**//*PROG: palsquareLANG: C++*/#include iostream>#include fstream>#include string>#include cmath>using namespace std;ifstream fin("palsquare.in");ofstream fout("palsquare.out");int B;char c[32];b

2007-09-26 23:50:00 400

原创 USACO 1.2.3 Name That Number

/**//*PROG: namenumLANG: C++*/#include iostream>#include fstream>#include string>#include cmath>using namespace std;ifstream fin("namenum.in");ofstream fout("namenum.out");ifstream din("dict.txt");c

2007-09-23 19:51:00 576

原创 USACO 1.2.2 Transformations

.comment { color: #999999; font-style: italic; }.pre { color: #000099; }.string { color: #009900; }.char { color: #009900; }.float { color: #996600; }.int { color: #999900; }.bool

2007-09-22 23:27:00 386

原创 USACO 1.2.1 Milking Cows

.comment { color: #999999; font-style: italic; }.pre { color: #000099; }.string { color: #009900; }.char { color: #009900; }.float { color: #996600; }.int { color: #999900; }.bool

2007-09-16 22:37:00 578

原创 USACO 1.1.4 Broken Necklace

.comment { color: #999999; font-style: italic; }.pre { color: #000099; }.string { color: #009900; }.char { color: #009900; }.float { color: #996600; }.int { color: #999900; }.bool

2007-09-16 20:08:00 417

原创 USACO 1.1.3 Friday the Thirteenth

.comment { color: #999999; font-style: italic; }.pre { color: #000099; }.string { color: #009900; }.char { color: #009900; }.float { color: #996600; }.int { color: #999900; }.boo

2007-09-14 23:15:00 465

原创 USACO 1.1.2 Greedy Gift Givers

/**//*PROG: gift1LANG: C++*/#include iostream>#include fstream>#include string>#include cmath>using namespace std;ifstream fin("gift1.in");ofstream fout("gift1.out");int np;struct person...{    int 

2007-09-13 22:33:00 431

原创 USACO 1.1.1 Your Ride Is Here

 /**//*PROG:rideLANG:C++*/#includeiostream>#includefstream>using namespace std;ifstream fin("ride.in");ofstream fout("ride.out");int main()...{    char a[7],b[7];    long g=1,h=1;    fin>>a>>b;   

2007-09-11 22:59:00 483

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除