摘要: J - Judge Time Limit:1000MS Memory Limit:131072KB 64bit IO Format:%lld & %llu Submit Status Practice HPU 1194 J - Judge Submit Status Practice HPU 119 阅读全文
posted @ 2017-08-22 11:08 Veritas_des_Liberty 阅读(318) 评论(0) 推荐(0)
摘要: H - Graphics Time Limit:1000MS Memory Limit:131072KB 64bit IO Format:%lld & %llu Submit Status Practice HPU 1191 Submit Status Practice HPU 1191 Descr 阅读全文
posted @ 2017-08-22 10:50 Veritas_des_Liberty 阅读(228) 评论(0) 推荐(0)
摘要: 原文链接 G - 確率 Time Limit:1000MS Memory Limit:131072KB 64bit IO Format:%lld & %llu Submit Status Practice HPU 1190 Description 话说当年语文考满分的你认识标题第一个字吗? HPU有 阅读全文
posted @ 2017-08-22 10:42 Veritas_des_Liberty 阅读(229) 评论(0) 推荐(0)
摘要: 13.树状数组 14.线段树//看不懂 15.KMP 16.二分图 这个算法的主要思想还是“递归”,通过递归腾出位置来让更多的人匹配,以达到匹配人数最大化 17.字典树模板 阅读全文
posted @ 2017-08-22 10:31 Veritas_des_Liberty 阅读(159) 评论(0) 推荐(0)
摘要: 原题链接 B - 영어 Time Limit:1000MS Memory Limit:131072KB 64bit IO Format:%lld & %llu Submit Status Practice HPU 1187 Description 你们猜猜영어是什么意思? ????????????? 阅读全文
posted @ 2017-08-22 09:11 Veritas_des_Liberty 阅读(199) 评论(0) 推荐(0)
摘要: 真的好难 描述Bessie has gone to the mall's jewelry store and spies a charm bracelet. Of course, she'd like to fill it with the best charms possible from the... 阅读全文
posted @ 2017-08-16 18:20 Veritas_des_Liberty 阅读(269) 评论(0) 推荐(0)
摘要: 描述有一个神奇的口袋,总的容积是40,用这个口袋可以变出一些物品,这些物品的总体积必须是40。John现在有n个想要得到的物品,每个物品的体积分别是a1,a2……an。John可以从这些物品中选择一些,如果选出的物体的总体积是40,那么利用这个神奇的口袋,John就可以得到这些物品。现在的问题是,J... 阅读全文
posted @ 2017-08-16 15:50 Veritas_des_Liberty 阅读(269) 评论(0) 推荐(0)
摘要: 点击打开链接 Help Jimmy Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 12168 Accepted: 4021 Description "Help Jimmy" 是在下图所示的场景上完成的游戏。 场景中包括多个长度和 阅读全文
posted @ 2017-08-16 11:31 Veritas_des_Liberty 阅读(457) 评论(0) 推荐(1)
摘要: 动态规划 | | |状态转移方程 | | |递推 | | |递归 | | 拦截系统(最长上升子序列) |||Zipper(最长公共子序列) |||最小数字和 | | |------------------------------------------------------------------... 阅读全文
posted @ 2017-08-15 20:40 Veritas_des_Liberty 阅读(142) 评论(0) 推荐(0)
摘要: 点击打开链接描述给定n个1到9的数字,要求在数字之间摆放m个加号(加号两边必须有数字),使得所得到的加法表达式的值最小,并输出该值。例如,在1234中摆放1个加号,最好的摆法就是12+34,和为36输入有不超过15组数据每组数据两行。第一行是整数m,表示有m个加号要放( 0 #include #... 阅读全文
posted @ 2017-08-15 20:21 Veritas_des_Liberty 阅读(446) 评论(0) 推荐(0)