A - ABD Time limit : 2sec / Memory limit : 256MB Score : 100 points Problem Statement Decades have passed since the beginning of AtCoder Beginner Cont ...
分类:
其他好文 时间:
2018-06-11 00:44:06
阅读次数:
183
B - Stone Monument Time limit : 2sec / Memory limit : 256MB Score : 200 points Problem Statement In some village, there are 999 towers that are 1,(1+2 ...
分类:
其他好文 时间:
2018-06-11 00:31:32
阅读次数:
183
AGC025简要题解 B RGB Coloring 一道简单题,枚举即可。 C Interval Game 考虑可以进行的操作只有两种,即左拉和右拉,连续进行两次相同的操作是没有用的。 左拉时肯定会选择右端点尽量小的,右拉选择左端点尽量大的,所以排序之后贪心即可。 D Choosing Points ...
分类:
其他好文 时间:
2018-06-09 11:36:48
阅读次数:
348
Codeforces Round 486 (Div. 3) D. Points and Powers of Two 题目连接: "http://codeforces.com/group/T0ITBvoeEx/contest/988/problem/D" Description There are n ...
分类:
其他好文 时间:
2018-06-08 10:39:24
阅读次数:
165
vtkWarpVector is a filter that modifies point coordinates by moving points along vector times the scale factor. Useful for showing flow profiles or me ...
分类:
其他好文 时间:
2018-06-03 22:20:07
阅读次数:
196
这道题关键在于想到两个性质,想到就好做了。这还是我做过的第一道卡常题 1.满足题目中条件的子集,其中元素个数不能大于3 2.如果最大子集为3的话,那一定是x-2^i, k, x+2^i的形式,我们枚举x就好了,然后i的次数是log10^9;如果最大子集是2,那就是x,x+2^i的形式,同样枚举x;如 ...
分类:
其他好文 时间:
2018-06-03 17:37:30
阅读次数:
348
D - Card Eater Time limit : 2sec / Memory limit : 256MB Score : 400 points Problem Statement Snuke has decided to play a game using cards. He has a de ...
分类:
其他好文 时间:
2018-06-03 00:53:16
阅读次数:
198
COCI.RIJEKA COCI.RIJEKA 题目类型:虚拟题目 时间限制:1.0s 空间限制:64.0MB 提交文件大小限制:100.0KB 提示:%I64d & %I64u 一条大河边上有M+1个村庄,村庄从0到M依次编号,,每个相邻村庄间的距离为1.MIRKO 住在0号村庄,他要驾船到M个村 ...
分类:
其他好文 时间:
2018-06-02 18:38:45
阅读次数:
152
D - Xor Sum 2 Time limit : 2sec / Memory limit : 1024MB Score : 500 points Problem Statement There is an integer sequence A of length N. Find the numb ...
分类:
其他好文 时间:
2018-05-26 21:51:39
阅读次数:
417
utf-8 时变化长度的编码,储存一个code point 需要1~4个字节. 然而,mysql的utf8只存储最多3个字节per code point. 所以,utf8字符集不能存储所有的unicode code points. 只能从0x000 to 0xFFFF(叫做Basic Multili ...
分类:
数据库 时间:
2018-05-26 20:24:24
阅读次数:
157