hihoCoder #1233 : Boxes(盒子) 时间限制:1000ms 单点时限:1000ms 内存限制:256MB Description - 题目描述 There is a strange storehouse in PKU. In this storehouse there are n ...
分类:
其他好文 时间:
2017-02-06 19:47:58
阅读次数:
211
"Bella? Are you all right?" “贝拉?你还好吗?” "I'm fine." My voice sounded strange. “我还好”我的声音听起来很奇怪。 I tried to sit up, and realized he was holding me agains ...
分类:
其他好文 时间:
2017-01-28 22:10:31
阅读次数:
270
https://blogs.oracle.com/poonam/entry/analysis_of_strange_hotspot_crashes https://blogs.oracle.com/poonam/entry/jvm_hang_with_cms_collector https://bl ...
分类:
编程语言 时间:
2017-01-10 23:52:29
阅读次数:
374
$('#tree').jstree({ 'core' : { 'data' : function (obj, cb) { cb.call(this, ['Root 1', 'Root 2']); } }}); ...
分类:
Web程序 时间:
2016-12-28 01:13:49
阅读次数:
382
stackoverflow上看到的这个问题,觉得挺有趣,顺手记下来。 楼主提问: I bumped into this strange macro code in /usr/include/linux/kernel.h: You should read the expression like thi ...
分类:
其他好文 时间:
2016-12-21 20:26:33
阅读次数:
163
[codeforces 55]D. Beautiful numbers 试题描述 Volodya is an odd boy and his taste is strange as well. It seems to him that a positive integer number is bea ...
分类:
其他好文 时间:
2016-12-03 15:38:50
阅读次数:
232
函数sass定义了很多函数可供使用,当然你也可以自己定义函数,以@fuction开始。sass的官方函数链接为:sassfuction,实际项目中我们使用最多的应该是颜色函数,而颜色函数中又以lighten减淡和darken加深为最,其调用方法为lighten($color,$amount)和darken($color,$amount),它..
分类:
其他好文 时间:
2016-11-10 21:55:28
阅读次数:
200
Problem Description There is a strange lift.The lift can stop can at every floor as you want, and there is a number Ki(0 <= Ki <= N) on every floor.Th ...
分类:
其他好文 时间:
2016-11-08 19:30:52
阅读次数:
159
【题目大意】 给出k个模方程组:x mod ai = ri。求x的最小正值。如果不存在这样的x,那么输出-1. 【题解】 模板题,练习剩余定理的模板 ...
分类:
其他好文 时间:
2016-11-03 13:52:50
阅读次数:
195
此题为技巧题,需知道Nim Game的Wining Strange,即在自己的局中,如果剩余数目为4的倍数,则不可能取胜。因此检测N是否为4的倍数即可。Background参见http://www.cdf.toronto.edu/~ajr/270/probsess/03/strategy.html ...
分类:
其他好文 时间:
2016-11-02 08:02:44
阅读次数:
152