Beauty of Array
Time Limit: 2 Seconds
Memory Limit: 65536 KB
Edward has an array A with N integers. He defines the beauty of an array as the summation of all distinct integers in the arr...
分类:
其他好文 时间:
2015-04-25 21:14:48
阅读次数:
220
Convert QWERTY to Dvorak
Time Limit: 2 Seconds
Memory Limit: 65536 KB
Edward, a poor copy typist, is a user of the Dvorak Layout.But now he has only a QWERTY Keyboard with a brokenCaps L...
分类:
其他好文 时间:
2015-04-25 21:13:12
阅读次数:
161
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#define LL long long
#define INF 0x7fffffff
using namespace std;
long long int d...
分类:
其他好文 时间:
2015-04-25 19:53:31
阅读次数:
145
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#define LL long long
#define INF 0x7fffffff
using namespace std;
int bit[100005...
分类:
其他好文 时间:
2015-04-25 19:52:34
阅读次数:
148
As a university advocating self-learning and work-rest balance, Marjar University has so many days of rest, including holidays and weekends. Each weekend, which consists of Saturday and
Sunday, is a...
分类:
其他好文 时间:
2015-04-25 19:51:48
阅读次数:
150
5月9日,民盟中央副主席张平一行来到裕华木业,就民盟开展的宣传思想及学习实践活动进行调研,民盟浙江省委会、民盟嘉兴市委会、民盟嘉善县委会以及市基层委员会相关成员陪同参加调研活动。金董邀请来宾参观地板展厅裕华木业,自90年代初建厂以来,就一直秉承着诚信为人、科学发展的思想,以不对称创新理念为核心,以高...
分类:
其他好文 时间:
2015-04-25 14:49:03
阅读次数:
181
奖券数目
有些人很迷信数字,比如带“4”的数字,认为和“死”谐音,就觉得不吉利。
虽然这些说法纯属无稽之谈,但有时还要迎合大众的需求。某抽奖活动的奖券号码是5位数(10000-99999),要求其中不要出现带“4”的号码,主办单位请你计算一下,如果任何两张奖券不重号,最多可发出奖券多少张。
52488
#include
#include
#include
#inc...
分类:
编程语言 时间:
2015-04-12 14:52:49
阅读次数:
158
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