求h i o前缀和 枚举每个位子 二分结束的位子 恰好是2个h 一个 i 一个 o #include<cstdio> #include<cstring> #include<map> #include<iostream> #include<algorithm> #include<math.h> #in ...
分类:
其他好文 时间:
2017-11-09 20:53:06
阅读次数:
163
题目链接 小Ho有一张白纸,上面有NxN个格子。小Ho可以选择一个格子(X, Y),在上面滴一滴墨水。如果这滴墨水的颜色深度是G,那么这个格子也会被染成深度为G的格子。同时周围的格子也会被这滴墨水浸染,不过颜色深度会略微降低。具体来说,如果一个格子距离(X, Y)的曼哈顿距离是D,那么它会被染成深度 ...
分类:
其他好文 时间:
2017-10-31 22:16:30
阅读次数:
143
题目1 : Dice Possibility 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 What is possibility of rolling N dice and the sum of ...
分类:
其他好文 时间:
2017-10-30 14:47:16
阅读次数:
196
题目链接 描述 给定一个NxN的方格矩阵,每个格子中都有一个整数Aij。小Hi和小Ho各自选择一条从左上角格子到右下角格子的路径,要求路径中每一步只能向右或向下移动,并且两条路径不能相交(除了左上右下起止方格)。 现在将两条路径经过的整数加起来求和。你能计算出这个和最大是多少吗? 输入 第一行包含一 ...
分类:
其他好文 时间:
2017-10-29 15:56:47
阅读次数:
134
时间限制:10000ms 单点时限:1000ms 内存限制:256MB 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 小Hi的学校总共有N名学生,编号1-N。学校刚刚进行了一场全校的古诗文水平测验。 学校没有公布测验的成绩,所以小Hi只能得到一些小道消息,例如X号同学 ...
分类:
其他好文 时间:
2017-10-27 01:54:29
阅读次数:
209
题目1 : A Game 题目1 : A Game 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 Little Hi and Little Ho are playing a game. There is an integer array in front of the ...
分类:
其他好文 时间:
2017-10-24 13:07:46
阅读次数:
201
题目1 : Matrix Sum 题目1 : Matrix Sum 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 You are given an N × N matrix. At the beginning every element is 0. Write a p ...
分类:
其他好文 时间:
2017-10-16 16:30:31
阅读次数:
180
题目链接 描述 You are given an N × N matrix. At the beginning every element is 0. Write a program supporting 2 operations: 1. Add x y value: Add value to th ...
分类:
编程语言 时间:
2017-10-14 21:56:19
阅读次数:
165
题目1 : 提取用户名 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 在现在的各种互联网应用中,在一段文字中使用'@'字符来提起一名用户是流行的做法。 例如: "@littleho submitted his code 30 times before he got p ...
分类:
其他好文 时间:
2017-10-09 09:49:48
阅读次数:
263
题目链接:https://hihocoder.com/problemset/problem/1334 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 Given N words from the t ...
分类:
其他好文 时间:
2017-10-07 14:54:55
阅读次数:
244