03 2016 档案
HDU 5651xiaoxin juju needs help
摘要:xiaoxin juju needs help Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 1310 Accepted Submission( 阅读全文
posted @ 2016-03-30 20:40 Beserious 阅读(276) 评论(0) 推荐(0) 编辑
VK Cup 2016 - Round 1 (Div. 2 Edition) C. Bear and Forgotten Tree 3
摘要:C. Bear and Forgotten Tree 3 time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output C. Bear and 阅读全文
posted @ 2016-03-29 12:42 Beserious 阅读(266) 评论(0) 推荐(0) 编辑
Educational Codeforces Round 10 D. Nested Segments
摘要:D. Nested Segments time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You are given n segme 阅读全文
posted @ 2016-03-28 20:06 Beserious 阅读(207) 评论(0) 推荐(0) 编辑
python大法好 vijos1375 大整数
摘要:一个k(1<=k<=80)位的十进制正整数N,就是所谓的大整数.请你设计程序,对于给出的某一个大整数N,找到满足p^3+p^2+3p<=n的p的最大值. 输入格式 输入数据只有一行,是一个K位的大整数N,行首行未无多余空格 输入数据只有一行,是一个K位的大整数N,行首行未无多余空格 输出格式 输出第 阅读全文
posted @ 2016-03-26 20:13 Beserious 阅读(225) 评论(0) 推荐(0) 编辑
#1241 : Best Route in a Grid
摘要:时间限制:10000ms 单点时限:1000ms 内存限制:256MB 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 给定一个N行N列的非负整数方阵,从左上角(1,1)出发,只能向下或向右走,且不能到达值为0的方格,求出一条到达右下角的最佳路径。所谓最佳路径是指途经的 阅读全文
posted @ 2016-03-25 20:21 Beserious 阅读(209) 评论(0) 推荐(0) 编辑
NEU 1685: All Pair Shortest Path
摘要:题目描述 Bobo has a directed graph G with n vertex labeled by 1,2,3,..n. Let D(i,j) be the number of edges from vertex i to vertex j on the shortest path. 阅读全文
posted @ 2016-03-22 11:29 Beserious 阅读(234) 评论(0) 推荐(0) 编辑
NEU 1683: H-Index
摘要:题目描述 Given an array of citations (each citation is a non-negative integer) of a researcher, write a function to compute the researcher's h-index. Acco 阅读全文
posted @ 2016-03-22 11:21 Beserious 阅读(186) 评论(0) 推荐(0) 编辑
1682: 全球变暖
摘要:由于全球变暖,岛国S的沿岸的海水不断上涨,形式岌岌可危。 S国的地图是由n*m个网格组成的,网格由.和#组成,#代表的区域是陆地,.和地图外面全是海水。 每天,海水将侵蚀相邻的陆地,即如果陆地与海水相邻的话,第二天就会变成海水。这里面的两块相邻表示两块之间公用一条边。 比如S国的地图是这样的: .. 阅读全文
posted @ 2016-03-22 11:13 Beserious 阅读(275) 评论(0) 推荐(0) 编辑
NEU 1681: The Singles
摘要:题目描述 The Signals’ Day has passed for a few days. Numerous sales promotion campaigns on the shopping sites make us forget that 11.11 is the Signals’ Da 阅读全文
posted @ 2016-03-22 11:06 Beserious 阅读(375) 评论(0) 推荐(0) 编辑
sjtu oj 1201. SuperXOR
摘要:Description Pangzi recently realized that bitwise XOR operation is just an addition without carries. For example, when computing (1001)_2 XOR (1101)_2 阅读全文
posted @ 2016-03-12 13:48 Beserious 阅读(331) 评论(0) 推荐(0) 编辑