上一页 1 2 3 4 5 6 7 8 9 ··· 22 下一页
摘要: A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have different h 阅读全文
posted @ 2018-04-05 16:52 hinata_hajime 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/acm/contest/93/K来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 时间限制:C/C++ 1秒,其他语言2秒 空间限制 阅读全文
posted @ 2018-04-05 16:36 hinata_hajime 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 唯一分解定理 任何大于1的自然数,都可以唯一分解成有限个质数的乘积 对于数a a=p1^e1*p2^e2*......pk^ek,pi为素数且p1<p2<...<pk a的总因子个数为(e1+1)*(e2+1)*(e3+1).....(ek+1) 阅读全文
posted @ 2018-04-02 22:15 hinata_hajime 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/acm/contest/82/A来源:牛客网 n的约数 n的约数 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 时间限制:C/C++ 1秒,其 阅读全文
posted @ 2018-04-02 22:09 hinata_hajime 阅读(820) 评论(0) 推荐(1) 编辑
摘要: The classic Two Glass Balls brain-teaser is often posed as: "Given two identical glass spheres, you would like to determine the lowest floor in a 100- 阅读全文
posted @ 2018-04-02 18:05 hinata_hajime 阅读(215) 评论(0) 推荐(0) 编辑
摘要: unordered_map是基于哈希表实现的,而map基于红黑树实现 unordered_map在大量数据之下用时常常是比map更少的。 但当我们需要一个有序的关联容器的时候,我们必须选择map 阅读全文
posted @ 2018-03-26 21:06 hinata_hajime 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 异或和问题 TimeLimit:1000MS MemoryLimit:256MB TimeLimit:1000MS MemoryLimit:256MB 64-bit integer IO format:%I64d 64-bit integer IO format:%I64d Problem Desc 阅读全文
posted @ 2018-03-18 23:17 hinata_hajime 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 1081 线段树练习 2 1081 线段树练习 2 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 大师 Master 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 大师 Master 时间限制: 1 s 时间限制: 1 s 空间限制: 128000 KB 空间 阅读全文
posted @ 2018-03-16 11:16 hinata_hajime 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 第二类斯特林数是将n个不同的球放入m个无差别的盒子中, 并且要求盒子非空的方案数。 1.通项公式为: 2.递推公式: 证明如下: 假设要把n+1个球放入m个盒子里则分析如下: (1)如果n个球放入了m-1个盒子,那么第n+1个球单独放入一个盒子。方案数 。 (2)如果n个球已经放入了m个盒子,将第n 阅读全文
posted @ 2018-03-14 12:35 hinata_hajime 阅读(410) 评论(0) 推荐(0) 编辑
摘要: E. Team Work time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You have a team of N people 阅读全文
posted @ 2018-03-14 12:23 hinata_hajime 阅读(106) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 22 下一页