上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: 链接 分析:求出b进制以后在判是否为回文 1 /* 2 ID:wanghan 3 PROB:palsquare 4 LANG:C++ 5 */ 6 #include "iostream" 7 #include "cstdio" 8 #include "cstring" 9 #include "str 阅读全文
posted @ 2017-05-30 23:34 wolf940509 阅读(148) 评论(0) 推荐(0)
摘要: 链接 分析:找出每一个字母对应的数字,然后看字典里面那个与其匹配 1 /* 2 ID: **** 3 PROG: namenum 4 LANG: C++ 5 */ 6 #include<iostream> 7 #include<fstream> 8 #include<string.h> 9 10 u 阅读全文
posted @ 2017-05-24 21:38 wolf940509 阅读(252) 评论(0) 推荐(0)
摘要: 链接 分析:根据操作模拟 1 /* 2 ID:wanghan 3 PROB:transform 4 LANG:C++ 5 */ 6 #include "iostream" 7 #include "cstdio" 8 #include "cstring" 9 #include "string" 10 阅读全文
posted @ 2017-05-24 00:32 wolf940509 阅读(227) 评论(0) 推荐(0)
摘要: 链接 分析:我们需要求出以该点开始可以到达的最大值以及该区域最大值和下一个开始地方的差值,然后不断求二者最大即可 1 /* 2 ID:wanghan 3 PROG:milk2 4 LANG:C++ 5 */ 6 #include "iostream" 7 #include "cstdio" 8 #i 阅读全文
posted @ 2017-05-22 16:54 wolf940509 阅读(198) 评论(0) 推荐(0)
摘要: Chef and his daily routine 分析:水题,设置优先级,判断如果后面小于前面就输出no 1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "string" 5 using name 阅读全文
posted @ 2017-05-17 00:49 wolf940509 阅读(220) 评论(0) 推荐(0)
摘要: 1499: [NOI2005]瑰丽华尔兹 Description 你跳过华尔兹吗?当音乐响起,当你随着旋律滑动舞步,是不是有一种漫步仙境的惬意?众所周知,跳华尔兹时,最重要的是有好的音乐。但是很少有几个人知道,世界上最伟大的钢琴家一生都漂泊在大海上,他的名字叫丹尼•布德曼•T.D.•柠檬•1900, 阅读全文
posted @ 2017-05-10 20:30 wolf940509 阅读(566) 评论(0) 推荐(0)
摘要: 1588: [HNOI2002]营业额统计 Description 营业额统计 Tiger最近被公司升任为营业部经理,他上任后接受公司交给的第一项任务便是统计并分析公司成立以来的营业情况。 Tiger拿出了公司的账本,账本上记录了公司成立以来每天的营业额。分析营业情况是一项相当复杂的工作。由于节假日 阅读全文
posted @ 2017-05-08 15:09 wolf940509 阅读(126) 评论(0) 推荐(0)
摘要: A题 分析:傻逼题,两个数的差不大于1输出任意一个,否则输出2 1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "cmath" 5 using namespace std; 6 int main() 阅读全文
posted @ 2017-05-07 00:21 wolf940509 阅读(116) 评论(0) 推荐(0)
摘要: kaggle: [模型1] [模型2] Paper [点我] 阅读全文
posted @ 2017-05-04 15:38 wolf940509 阅读(98) 评论(0) 推荐(0)
摘要: A题 分析:单词接龙,傻逼题 1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "string" 5 using namespace std; 6 string a,b,c; 7 int main() 阅读全文
posted @ 2017-04-29 23:55 wolf940509 阅读(161) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页