1.table,title,td,tr
无标题
First
Second
First
Second
2.about_meta,title,refresh,body,pre,h1,span,b,i,u,tt,sup,sub,s, ,®,©...
title 标...
分类:
Web程序 时间:
2014-08-14 23:57:36
阅读次数:
494
在redis2.8版本中有一个tcp-backlog配置, 说明如下:# TCP listen() backlog.## In high requests-per-second environments you need an high backlog in order# to avoid slow...
分类:
其他好文 时间:
2014-08-14 01:26:17
阅读次数:
867
#import /*@"i386" on the simulator@"iPod1,1" on iPod Touch@"iPod2,1" on iPod Touch Second Generation@"iPod3,1" on iPod Touch Third Generation@"iPod4,1...
分类:
其他好文 时间:
2014-08-12 13:20:14
阅读次数:
182
Problem Description
Let's play a card game called Gap.
You have 28 cards labeled with two-digit numbers. The first digit (from 1 to 4) represents the suit of the card, and the second digit (from 1 ...
分类:
其他好文 时间:
2014-08-12 10:24:14
阅读次数:
379
先上题目:1148 - Mad CountingPDF (English)StatisticsForumTime Limit:0.5 second(s)Memory Limit:32 MBMob was hijacked by the mayor of the Town "TruthTown". M...
分类:
其他好文 时间:
2014-08-11 23:52:03
阅读次数:
357
Description
Problem A
Expression Bracketing
Input: standard input
Output: standard output
Time Limit: 1 second
Memory Limit: 32 MB
Inthis problem you will have to find in how many ways
...
分类:
其他好文 时间:
2014-08-10 15:47:00
阅读次数:
247
1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 #define F first 7 #define S second 8 #define MP(a,b) make_pair( make_pair(a,...
分类:
其他好文 时间:
2014-08-09 18:32:18
阅读次数:
277
1.标准C语言C语言诞生于20世纪70年代,年龄比我们自己还要大,期间产生了很多标准,但是各种编译器对标准的支持不尽相同。ANSI C是使用的最广泛的一个标准,也是第一个正式标准,被称为“标准C语言”。ANSI C于1980年由美国国家标准局(American National Standards ...
分类:
编程语言 时间:
2014-08-09 15:51:08
阅读次数:
311
第一题是整数的方阵,求其中的子方阵,和最大。返回最大和以及子方阵宽度。因为做了topcoder的题,所以比较顺手,O(n^3)的复杂度。pair maxiSum(vector > &a) { //first is n second is sum int N = a.size(); in...
分类:
其他好文 时间:
2014-08-09 00:00:26
阅读次数:
352
Camel trading
Time Limit: 1 second
Background
Aroud 800 A.D., El Mamum, Calif of Baghdad was presented the formula 1+2*3*4+5, which had its origin in the financial accounts of a c...
分类:
其他好文 时间:
2014-08-08 18:21:52
阅读次数:
273