题目背景 Samcompu拥有大量的"水"资源!! 题目描述 Samcompu需要制定一个水计划。这个计划的主要目的就是为了避开老师监视的时间来水。 老师在中途会离开机房T次,第i次将会离开tim_i秒。Samcompu划水的时候可不是随便乱水的。他可是拥有"水"资源的。在他的库存中有N个可以水的网 ...
分类:
其他好文 时间:
2019-07-08 14:07:00
阅读次数:
86
Description Input 第一行,两个正整数 S 和 q,q 表示询问数量。接下来 q 行,每行一个正整数 n。 第一行,两个正整数 S 和 q,q 表示询问数量。接下来 q 行,每行一个正整数 n。 第一行,两个正整数 S 和 q,q 表示询问数量。接下来 q 行,每行一个正整数 n。 ...
分类:
其他好文 时间:
2019-07-04 11:35:55
阅读次数:
89
2.腐草为萤(dzy.cpp/c) 【题目背景】 纤弱的淤泥中妖冶颓废在季夏第三月最幼嫩的新叶连凋零都不屑何必生离死别——银临《腐草为萤》 【问题描述】 扶苏给了你一棵树,这棵树上长满了幼嫩的新叶,我们约定这棵树的根是1,每个节点都代表树上的一个叶子。如果你不知道什么叫树,你可以认为树是一个边数比节 ...
分类:
其他好文 时间:
2019-06-23 14:16:45
阅读次数:
106
题目如下: You have a set of tiles, where each tile has one letter tiles[i]printed on it. Return the number of possible non-empty sequences of letters you ...
分类:
其他好文 时间:
2019-06-15 10:20:42
阅读次数:
117
Little Sub loves playing the game Flip Me Please. In the game, lights, numbered from 1 to , are connected separately to switches. The lights may be ei ...
分类:
其他好文 时间:
2019-05-20 16:59:27
阅读次数:
244
这场好有毒啊~进去就被C、E俩结论题关了。 赛后补题发现其实D也很容易构造。 题意是请你构造一个长度在50以内的序列,第一项是a,最后一项是b,序列的每一项都是前缀和再加上$r_{i}$,然后规定$1<=r_{i}<=m$。 显然我们可以发现在$r_{i}$对$x_{j}$的贡献是非常容易计算的 用 ...
分类:
其他好文 时间:
2019-05-19 11:59:38
阅读次数:
165
对于每个数,我们记录上一次这个数出现的位置; 计算之间间隔了几个不同数x,如果一个桌子的容量>=x,那我们不用把书放回,如果桌子的容量<x,那么我们只能把书放回去这本书 定义 t[] 每次使t[x]++,也就是对于容量小于 x的桌子每次都要从新取书,对于大于等于x的桌子不用 最后累加起来,最后结果就 ...
分类:
其他好文 时间:
2019-05-18 20:30:01
阅读次数:
168
Little Daniel loves to play with strings! He always finds different ways to have fun with strings! Knowing that, his friend Kinan decided to test his ...
分类:
其他好文 时间:
2019-05-15 21:44:13
阅读次数:
135
说明:num_words的参数设置,对应着sequences_to_matrix方法返回的arrray的shape[1],用于约束返回数组的第2个维度。对texts_to_sequences(texts)等不起作用 ...
分类:
其他好文 时间:
2019-05-08 21:33:51
阅读次数:
129
Koko loves to eat bananas. There are piles of bananas, the th?pile has bananas. The guards have gone and will come back in hours. Koko can decide her ...
分类:
其他好文 时间:
2019-05-04 00:52:04
阅读次数:
182