1103: [POI2007]大都市megTime Limit:10 SecMemory Limit:162 MBSubmit:1145Solved:569[Submit][Status]Description在经济全球化浪潮的影响下,习惯于漫步在清晨的乡间小路的邮递员Blue Mary也开始骑着摩...
分类:
其他好文 时间:
2014-08-15 14:23:08
阅读次数:
440
创建 Array 的基本方式有两种。第一种是使用 Array 构造函数,如下所示:var colors = new Array(); 也可以如下,如下代码创建了一个包含3个字符串值的数组:var colors = new Array("red","green","blue"); 创建 Arr...
分类:
Web程序 时间:
2014-08-14 00:56:07
阅读次数:
187
Problem Description:
Given an input string, reverse the string word by word.
For example,
Given s = "the sky is blue",
return "blue is sky the".
click to show clarification.
Clarificat...
分类:
其他好文 时间:
2014-08-13 22:33:27
阅读次数:
276
Red/Blue Spanning TreeTime Limit: 2000msMemory Limit: 131072KBThis problem will be judged onHDU. Original ID:426364-bit integer IO format:%I64d Java c...
分类:
其他好文 时间:
2014-08-13 21:55:57
阅读次数:
251
LeetCode新题,但是比较简单,直接用栈即可Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".click to show clarification.Clarification:What constitut...
分类:
其他好文 时间:
2014-08-13 08:01:55
阅读次数:
182
red放到后面显然更优,dp【i】【j】表示前i个塔里有j个blue,最后枚举有多少个red
Stupid Tower Defense
Time Limit: 12000/6000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)
Total Submission(s): 599 Accepted S...
分类:
其他好文 时间:
2014-08-12 22:04:24
阅读次数:
227
Sort ColorsGiven an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the or...
分类:
其他好文 时间:
2014-08-12 00:09:03
阅读次数:
154
/生成采样对照颜色(黑色)UIColor*sampleColor=[UIColorcolorWithRed:(0/255.0f)green:(0/255.0f) blue:(0/255.0f)alpha:(255/255.0f)];//比较 if(CGColorEqualToColor(detect...
分类:
移动开发 时间:
2014-08-11 23:48:12
阅读次数:
269
1、当一个div设置了浮动且使用了margin时,比如设置左浮动且使用了margin-left(右浮动也是类似) <html>
<head>
<style?type="text/css">
div?{
width:?200px;
height:?200px;
background:?blue;
...
分类:
Web程序 时间:
2014-08-11 18:21:22
阅读次数:
278
给一个长度为n的字符串,每次删除字母相同切连续的串,如果有多个,删除最左边的、最长的串。每次删除输出串的字母,每个字母的下标(1-n)
N (1 ≤ N ≤ 10e6),串只包括red (‘R’), green (‘G’) or blue (‘B’)...
分类:
其他好文 时间:
2014-08-11 12:07:52
阅读次数:
208