
usaco
文章平均质量分 81
sdau_09j1_xcy
这个作者很懒,什么都没留下…
展开
-
[usaco] Chapter1-Getting started(Section 1.2)
/* ID:bbezxcy1 PROG: milk2 LANG: C++ */ #include<cstring> #include<cstdio> #include<iostream> using namespace std; bool vis[1200000]; int main() { fr...2012-04-25 11:52:36 · 95 阅读 · 0 评论 -
[usaco] Chapter1-Getting started(Section 1.3)
/* ID:bbezxcy1 PROG: milk LANG: C++ */ #include<cstring> #include<algorithm> #include<cstdio> #include<iostream> using namespace std; class fuck{ p...2012-04-29 12:49:22 · 101 阅读 · 0 评论 -
[usaco] Chapter1-Getting started(Section 1.4)
/* ID: bbezxcy1 PROG: clocks LANG: C++ */ #include<cstdio> #include<cstring> #include<iostream> using namespace std; const int inf=1<<30; int cloc[20],num[20],step,vi...2012-05-04 17:09:50 · 117 阅读 · 0 评论 -
[usaco] Chapter1-Getting started(Section 1.5)
/* ID: bbezxcy1 PROG: numtri LANG: C++ */ #include<iostream> #include<cstring> #include<cstdio> using namespace std; int n,map[1002][1002]; int main(){ int n,i,j,a,b,c...2012-05-05 12:12:13 · 93 阅读 · 0 评论 -
[usaco] Chapter2-Bigger Challenges(Section 2.1)
/* ID:123ldss2 PROG: castle LANG: C++ */ #include<cstring> #include<fstream> #include<cstdio> using namespace std; const int nMax=100005; int father[nMax],ra...2012-05-07 18:54:16 · 88 阅读 · 0 评论 -
[usaco] Chapter2-Bigger Challenges(Section 2.2)
/* ID: bbezxcy1 PROG: subset LANG: C++ */ #include<iostream> #include<cstring> #include<fstream> #include<cstdio> using namespace std; ifstream fin("subset.in"); ...2012-05-16 17:21:06 · 103 阅读 · 0 评论 -
[usaco] Chapter2-Bigger Challenges(Section 2.3)
/* ID: bbezxcy1 PROG: prefix LANG: C++ */ #include<fstream> #include<iostream> #include<cstring> #include<cstdio> using namespace std; char cha[203][15],str[200005...2012-05-21 22:29:07 · 107 阅读 · 0 评论 -
[usaco] Chapter2-Bigger Challenges(Section 2.4)
/* ID: bbezxcy1 PROG: ttwo LANG: C++ */ #include<iostream> #include<cstring> #include<fstream> #include<cstdio> using namespace std; char map[20][20]; bool vis[15...2012-05-26 08:53:08 · 107 阅读 · 0 评论 -
[USACO] Chapter1-Getting started(入门)
Greedy Gift Givers (gift1) /* ID:123ldss2 PROG: gift1 LANG: C++ */ #include<iostream> #include<cstring> #include<cstdio> #include<fstream> #include<cmath>...2012-03-15 10:18:35 · 80 阅读 · 0 评论