Problem DescriptionAfter eating food from Chernobyl, DRD got a super power: he could clone himself right now! He used this power for several times. He...
分类:
其他好文 时间:
2014-09-14 12:39:27
阅读次数:
299
一开始不看题解,建图出错了。后来发现是题目理解错了。 if Mirko wants, he can redistribute the remaining pigs across the unlocked pig-houses. 题目中的这句话非常关键,没理解就错掉了。有很多人写的题解只告诉我...
分类:
其他好文 时间:
2014-09-14 00:05:46
阅读次数:
247
第二次参加腾讯的笔试,依旧是网页重构。上次挑战失败,不知道这次战绩如何~保佑保佑。 凭借记忆,回忆了下考点。这回比较侧重考网站性能优化方面的知识,不仅选择中考察,在大题中也考察了。一些基本的CSS知识点,例如这个你真的熟悉吗? 【注】第一个50px指的是width,第二个50px指的是he...
分类:
其他好文 时间:
2014-09-13 22:46:46
阅读次数:
311
Paint the Grid AgainTime Limit:2 Seconds Memory Limit:65536 KBLeo has a grid withN×Ncells. He wants to paint each cell with a specific color (either b...
分类:
其他好文 时间:
2014-09-13 18:44:15
阅读次数:
260
1 public class HelloWorld { 2 public static void main(String[] args) { 3 4 // 创建对象,对象名为hello 5 HelloWorld hello = new He...
分类:
编程语言 时间:
2014-09-13 17:08:45
阅读次数:
420
C++中map容器提供一个键值对容器,map与multimap差别仅仅在于multiple允许一个键对应多个值。
一、map的说明
1 头文件
#include
2 定义
map my_Map;
或者是typedef map MY_MAP;
MY_MAP my_Map;
3 插入...
分类:
其他好文 时间:
2014-09-13 07:15:15
阅读次数:
189
That Nice Euler Circuit
Timelimit:3.000 seconds
Little Joey invented a scrabble machine that he called Euler, after the great mathematician. In his primary school Joey heard about the nice s...
分类:
其他好文 时间:
2014-09-12 19:13:34
阅读次数:
277
Description
CC always becomes very depressed at the end of this month, he has checked his credit card yesterday, without any surprise, there are only 99.9 yuan left. he is too distressed and thinki...
分类:
其他好文 时间:
2014-09-12 17:12:53
阅读次数:
202
Hdmi edid 数据解析 (转自:http://blog.chinaunix.net/uid-20672559-id-3384035.html)一.EDID数据格式:EDID 1.3 data formatByte sequence00-19 Header information00–07 He...
分类:
其他好文 时间:
2014-09-12 14:59:33
阅读次数:
347