1314 - Names for Babies
PDF (English) Statistics Forum
Time Limit: 4 second(s) Memory Limit: 32 MBLong time ago, there was a strange kingdom. Peoples of different religions, different cult...
分类:
其他好文 时间:
2015-04-09 22:01:05
阅读次数:
194
前言:好久没翻阅我的gmail邮箱了,午休时就打开看了一下,看到InfoQ推荐的一篇名为“Javascript高性能动画与页面渲染”文章,粗略的看了一下,很赞!讲的很详细,对好些细节讲的都很好,很通俗易懂。so……笔记诞生 1、fps -frame per second 帧 页面是每一帧变化都是.....
分类:
编程语言 时间:
2015-04-09 15:14:44
阅读次数:
131
Problem Description=== Op tech briefing, 2002/11/02 06:42 CST ==="The item is locked in a Klein safe behind a painting in the second-floor library. Kl...
分类:
其他好文 时间:
2015-04-07 15:13:07
阅读次数:
108
1004 - Monkey Banana Problem
PDF (English)
Statistics
Forum
Time Limit: 2 second(s)
Memory Limit: 32 MB
You are in the world of mathematics to solve the gre...
分类:
其他好文 时间:
2015-04-07 09:47:46
阅读次数:
134
1047 - Neighbor House
PDF (English)
Statistics
Forum
Time Limit: 0.5 second(s)
Memory Limit: 32 MB
The people of Mohammadpur have decided to paint each ofth...
分类:
其他好文 时间:
2015-04-07 09:46:45
阅读次数:
116
Given a string which contains only letters. Sort it by lower case first and upper case second.NoteIt's not necessary to keep the original order of low...
分类:
其他好文 时间:
2015-04-06 10:04:22
阅读次数:
225
1231 - Coin Change (I)
PDF (English)
Statistics
Forum
Time Limit: 1 second(s)
Memory Limit: 32 MB
In a strange shop there are n types of coins of valueA1, A...
分类:
其他好文 时间:
2015-04-06 08:47:53
阅读次数:
180
zoj 3202 Second-price Auction
水题,不解释了,直接贴代码
#include
#include
#include
#include
using namespace std;
struct node{
int x;
int y;
};
struct node number[105];
int cmp(struct node a,struct node b){...
分类:
其他好文 时间:
2015-04-06 01:08:18
阅读次数:
231