水
静海琉
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
zoj 1745 Tree Recovery
由二叉数前序和中序确定后序 http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1944 对于字符串的下标处理真烦啊#include #include #include #include using namespace std; char a[30],b[30]; int len; int find(char c) { f原创 2014-03-29 13:44:12 · 478 阅读 · 0 评论 -
zoj 3490 String Successor
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=4313 挺烦的题。代码太乱自己都看不懂 #include #include #include using namespace std; string a; string ff[5]; int n; bool f[10005]; int judge(char c) { if原创 2014-03-29 13:47:36 · 588 阅读 · 0 评论 -
zoj 2256 Mincost
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2256 n*2.5 n*2.5 > 10+(n-4)*2 8>=n>=5 每8km一判断 就那就%8 判断余数 前8km特判 注意小数点的要求 #include #include #include #include #include #inclu原创 2014-03-29 13:56:52 · 492 阅读 · 0 评论 -
uva 12293 Box Game
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3714 博弈我不大懂但是看出规律了 #include #include #include #include using namespace std; string str; int a[32]; int原创 2014-03-25 00:47:12 · 739 阅读 · 0 评论 -
poj 1007
题目链接 m原创 2014-04-08 14:08:43 · 398 阅读 · 0 评论
分享