上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 55 下一页
摘要: struct Treap { struct node { node *son[2]; int key,siz,wei,cnt; node(int _key,node *f) { son[0]=son[1]=f; key=_key;siz=cnt=1;wei=rand(); } ... 阅读全文
posted @ 2017-01-04 11:49 jhz033 阅读(178) 评论(0) 推荐(0) 编辑
摘要: Matrix multiplication Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) Problem Description Given two matrices A and 阅读全文
posted @ 2017-01-03 12:08 jhz033 阅读(474) 评论(0) 推荐(0) 编辑
摘要: GT and set Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Problem Description You are given N sets.The i−th set has  阅读全文
posted @ 2017-01-02 22:18 jhz033 阅读(197) 评论(0) 推荐(0) 编辑
摘要: A. Hongcow Learns the Cyclic Shift time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Hongc 阅读全文
posted @ 2016-12-29 14:42 jhz033 阅读(335) 评论(0) 推荐(0) 编辑
摘要: D. Santa Claus and a Palindrome time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output D. Santa 阅读全文
posted @ 2016-12-27 19:40 jhz033 阅读(173) 评论(0) 推荐(0) 编辑
摘要: E. Santa Claus and Tangerines time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Santa Clau 阅读全文
posted @ 2016-12-26 19:03 jhz033 阅读(311) 评论(0) 推荐(0) 编辑
摘要: A. Bachgold Problem time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Bachgold problem is v 阅读全文
posted @ 2016-12-20 12:48 jhz033 阅读(331) 评论(0) 推荐(0) 编辑
摘要: A. Vladik and flights time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output A. Vladik and flig 阅读全文
posted @ 2016-12-16 15:45 jhz033 阅读(325) 评论(0) 推荐(0) 编辑
摘要: Boring counting Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 98304/98304 K (Java/Others) Problem Description In this problem we consider a roo 阅读全文
posted @ 2016-12-08 15:56 jhz033 阅读(213) 评论(0) 推荐(0) 编辑
摘要: D. Tree Requests time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Roman planted a tree co 阅读全文
posted @ 2016-12-08 10:59 jhz033 阅读(243) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 55 下一页