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
top1:学堂在线http://www.xuetangx.com/top2:网易云课堂http://study.163.com/top3:courserahttps://www.coursera.org/top4:edxhttps://www.edx.org浙江大学《C语言程序设计》:链接:htt....
分类:
其他好文 时间:
2015-04-24 22:31:01
阅读次数:
295
阿里云开源镜像站:http://mirrors.aliyun.com/
重庆大学镜像站点:http://mirrors.cqu.edu.cn/
网易开源镜像站:http://mirrors.163.com/
搜狐开源镜像站:http://mirrors.sohu.com/
浙江大学开源软件镜像站:http://mirrors.zju.edu.cn
北京理工大学开源软件镜像站:h...
分类:
其他好文 时间:
2015-04-22 18:08:54
阅读次数:
183
这道题目是队友写的,貌似是用暴力枚举出来。题意:给出一组数,要求这组数在解锁的界面可能的滑动序列。思路:按照是否能够直接到达建图,如1可以直接到2,但是1不能直接到3,因为中间必须经过一个2。要注意的假如2已结访问过,那么1就可以直接到2。建图DFS,图要更新。Source Code:#includ...
分类:
其他好文 时间:
2015-04-13 22:22:32
阅读次数:
140