码迷,mamicode.com
首页 >  
搜索关键字:div    ( 119410个结果
[Leetcode] Gas Station
There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimited gas tank and it costscost[...
分类:其他好文   时间:2014-11-15 08:53:04    阅读次数:169
CSS基础
1 2 3 4 5 6 无标题文档 7 8 9 10 示例11 示例212 百度13 14 示例222215 16 17 1 @charset "utf-8"; 2 /* CSS Document */ 3 body{background-color:#CCC; backgroun...
分类:Web程序   时间:2014-11-15 06:36:51    阅读次数:276
HTML基础
1 2 3 4 5 html 6 7 8 9 尾部的内容 10 标题 11 &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbs...
分类:Web程序   时间:2014-11-15 06:35:58    阅读次数:158
Leetcode-Wildcard Matching
'?' Matches any single character.'*' Matches any sequence of characters (including the empty sequence).The matching should cover the entire input stri...
分类:其他好文   时间:2014-11-15 06:35:33    阅读次数:152
find unique values in an array
Problem:given an array that contains duplicates (except one value), find the one value that does not have a duplicate in that array. Explain the compl...
分类:其他好文   时间:2014-11-15 06:35:12    阅读次数:202
SSH Secure Shell Client中文乱码的解决办法
#vi/etc/sysconfig/i18n将内容改为LANG="zh_CN.GB18030"LANGUAGE="zh_CN.GB18030:zh_CN.GB2312:zh_CN"SUPPORTED="zh_CN.GB18030:zh_CN:zh:en_US.UTF-8:en_US:en"SYSFO...
分类:系统相关   时间:2014-11-15 06:34:41    阅读次数:288
回乡杂记
在家憋得难受,坐上公交车环城。车开到体育场附近,突然上来了一大堆学生,瞬间原来空空如也的车厢都被挤满了。好像是开玩运动会回家的样子。看着天真无邪的脸孔,听着叽叽喳喳的讨论,我好像也回到了学生时代,想起了曾经纯真的时光。也许还有学业的羁绊,但是没有工作的压力,没有上有老下有小的顾虑。工作后我也老是梦到...
分类:其他好文   时间:2014-11-15 06:34:40    阅读次数:162
A problem is easy
描述When Teddy was a child , he was always thinking about some simple math problems ,such as “What it’s 1 cup of water plus 1 pile of dough ..” , “100 y...
分类:其他好文   时间:2014-11-15 06:32:43    阅读次数:127
计算a+aa+aaa+aaaa+...+a...a(n个a) 的和,求解!
这是CSDN上的一个题题目详情:给定a和n,计算a+aa+aaa+aaaa+...+a...a(n个a) 的和。输入描述:测试数据有多组,以文件结尾。每行输入a,n(1<=a,n<=1000000)。输出描述:由于结果可能比较大,所以请输出答案mod 1000000007。答题说明:输入样例:1 1...
分类:其他好文   时间:2014-11-15 06:30:57    阅读次数:230
Cf 444C DZY Loves Colors(线段树)
DZY loves colors, and he enjoys painting. On a colorful day, DZY gets a colorful ribbon, which consists of n units (they are numbered from 1 to n from left to right). The color of thei-th unit of...
分类:其他好文   时间:2014-11-15 01:28:29    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!