Dsecriptionn participants of «crazy tea party» sit around the table. Each minute one pair of neighbors can change their places. Find the minimum time ...
分类:
其他好文 时间:
2015-03-08 21:19:43
阅读次数:
199
题目大意:一排灯有n个,有4种开关,每种开关能改变一些灯现在的状态(亮的变暗,暗的变亮)现在已知一些灯的亮暗情况,问所以可能的情况是哪些思路:同一种开关开两次显然是没效果的,那么枚举每个开关是否开就好了,还是暴力大法好 1 /*{ 2 ID:a4298442 3 PROB:lamps 4 LANG:...
分类:
其他好文 时间:
2015-03-08 16:50:27
阅读次数:
123
转载请注明出处,谢谢:http://www.cnblogs.com/KirisameMarisa/p/4316097.html ---by 墨染之樱花【题目链接】http://poj.org/problem?id=2342【题目描述】一个企业有N个员工,每个人都有一个表示欢乐度的数值。现在要开一场....
分类:
其他好文 时间:
2015-03-05 16:47:33
阅读次数:
181
在第一次设计Wince的OS时,发现NandFlash变成了文件夹,不再是盘符。也就不能保存数据和注册表的更改了。
那应该怎么处理呢?
其实很简单。就是在Catalog items View下将Device Drivers--Storage Devices--MSFlash Drivers-Flash MDD选上。
另外在Third Party--BSP--Devic...
1.解决的问题当你需要一次输入很多个命令的时候,例如一次去几个目录删除文件cd dir1rm file1.tempcd ../../dir2rm -rf dir3当你懒得输入一个好长的命令或者直接就记不住那么长的命令的时候,例如生成ctagsctags --languages=C++ --exclude=third_party --exclude=.git --exclude=build --ex...
分类:
系统相关 时间:
2015-03-04 17:06:31
阅读次数:
238
Anniversary partyTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 4606Accepted: 2615DescriptionThere is going to be a party to celebrate the 8...
分类:
其他好文 时间:
2015-03-04 00:53:16
阅读次数:
130
题目大意:给出一个单向带权图和一个点s,求点u,u到s的最短路径和s到u的最短路径之和最大。
先求一次dijkstra,然后把所有的边反向,权值不变,再求一次dijkstra,将两者加起来求最大的值就是所求的答案。
#include
#include
#include
#include
using namespace std;
const int maxn=1010;
cons...
分类:
编程语言 时间:
2015-03-02 09:36:09
阅读次数:
206
第一章《The Challenge of the Future》:全球化是横向的扩张,只能复制以前就有的成功,而科技创新是纵向的扩张,是创造以前不存在的东西。没有科技创新,只有全球化,这个世界只能玩完。这是为什么要科技创新的原因。 第二章《Party Like It’s 1999》:回...
分类:
其他好文 时间:
2015-02-27 11:31:14
阅读次数:
145
Problem Description
There is going to be a party to celebrate the 80-th Anniversary of the Ural State University. The University has a hierarchical structure of employees. It means that the superviso...
分类:
其他好文 时间:
2015-02-25 18:44:53
阅读次数:
143
Language:
Default
Anniversary party
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 4594
Accepted: 2607
Description
There is going to be a party to cel...
分类:
其他好文 时间:
2015-02-25 17:12:56
阅读次数:
122