会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
禅境花园
新博客 http://xiang578.github.io/
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
37
下一页
2015年7月19日
zoj 1203 Swordfish
摘要: #include #include #include #include #include #include #include #include #include #include #include #include using namespace std;struct data{ ...
阅读全文
posted @ 2015-07-19 15:43 xryz
阅读(96)
评论(0)
推荐(0)
2015年7月18日
poj 2350 Above Average
摘要: #include#include#includeusing namespace std;int main(){ int _,i,n,ans; double a[1024],sum; scanf("%d",&_); while(_--) { ...
阅读全文
posted @ 2015-07-18 18:24 xryz
阅读(120)
评论(0)
推荐(0)
poj 2251 Dungeon Master
摘要: #include#include#include#includeusing namespace std;int k,n,m;char s[40][40][40];int use[40][40][40];int dx[]= {0,0,1,-1,0,0};int dy[]= {1,-1,...
阅读全文
posted @ 2015-07-18 18:24 xryz
阅读(98)
评论(0)
推荐(0)
fzu 2184 逆序数还原
摘要: #include#include#includeusing namespace std;int main(){ int i,n,a[1024],b[1024],use[1024]; while(~scanf("%d",&n)) { for(i=0;i<...
阅读全文
posted @ 2015-07-18 18:21 xryz
阅读(121)
评论(0)
推荐(0)
zoj 1926 Guessing Game
摘要: #include#include#includeusing namespace std;int main(){ int a[20],i,j,n,f; char s[100]; memset(a,0,sizeof(a)); f=1; while(~scan...
阅读全文
posted @ 2015-07-18 18:20 xryz
阅读(115)
评论(0)
推荐(0)
poj 2656 Unhappy Jinjin
摘要: #include int main(){ while(1) { int i, n; int maxday, maxvalue = -1; scanf("%d", &n); if (n == 0) break; ...
阅读全文
posted @ 2015-07-18 18:19 xryz
阅读(106)
评论(0)
推荐(0)
poj 3740 Easy Finding
摘要: #include#include#includeusing namespace std;int n,m,a[20][400],use[20],flag;int check(){ int i,j,sum,f=1; for(j=0; j1) { ...
阅读全文
posted @ 2015-07-18 18:17 xryz
阅读(110)
评论(0)
推荐(0)
poj 2676 Sudoku
摘要: #include#include#include#includeusing namespace std;int mp[10][10],row[10][10],col[10][10],grid[10][10];int get(int x,int y){ if(x>=1&&x=1&...
阅读全文
posted @ 2015-07-18 18:12 xryz
阅读(116)
评论(0)
推荐(0)
hdu 1711 Number Sequence(kmp)
摘要: #include #include #include #include #include #include #include #include #include #include #include #include using namespace std;const int N=10...
阅读全文
posted @ 2015-07-18 18:10 xryz
阅读(101)
评论(0)
推荐(0)
zoj 1003 Crashing Balloon
摘要: #include#includeusing namespace std;int fa,fb;void dfs(int a,int b,int k){ if(b==1) { fb=1; if(a==1) fa=1; } if(k==1...
阅读全文
posted @ 2015-07-18 16:01 xryz
阅读(113)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
37
下一页
公告