Description
Ms.Fang loves painting very much. She paints GFW(Great Funny Wall) every day. Every day before painting, she produces a wonderful color of pigments by mixing water and some bags of pigm...
分类:
其他好文 时间:
2014-10-20 23:22:07
阅读次数:
259
#include int i,j,m,n,t;long long f[6000][6000];inline int min(int a,int b){ return a<b?a:b;}int main(){// freopen("ticket.in","r",stdin);// freopen("t...
分类:
其他好文 时间:
2014-10-20 16:40:50
阅读次数:
154
Description
You've recently started an ice-cream business in a local school. During a day you have many suppliers delivering the ice-cream for you, and many students buying it from you. You are...
分类:
其他好文 时间:
2014-10-20 00:53:04
阅读次数:
258
这个0day的发现挺有意思的,是老外CrowdStrike 发现的,被老外监测程序发现显示从WEBSHELL使用Win64.exe来提升权限。原文地址:http://blog.crowdstrike.com/crowdstrike-discovers-use-64-bit-zero-day-priv...
******************************************day:2014/10/14**************************uboot*****************************************************1.为什么要有ubo...
分类:
其他好文 时间:
2014-10-18 00:42:01
阅读次数:
280
Priest John's Busiest Day
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 8144
Accepted: 2769
Special Judge
Description
John is the only priest in his ...
分类:
其他好文 时间:
2014-10-16 23:10:23
阅读次数:
344
Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complet...
分类:
其他好文 时间:
2014-10-16 21:34:53
阅读次数:
240
Description
On the beaming day of 60th anniversary of NJUST, as a military college which was Second Artillery Academy of Harbin Military Engineering Institute before, queue phalanx is a spe...
分类:
其他好文 时间:
2014-10-16 19:41:32
阅读次数:
236
维护一个单调递减的栈 每次家进栈首的牛必定可以被其他栈里面的牛看到
#include
#include
using namespace std;
const int maxn = 80010;
typedef unsigned long long LL;
int a[maxn], s[maxn];
int main()
{
int n;
scanf("%d", &n);
for(int...
分类:
其他好文 时间:
2014-10-15 21:33:21
阅读次数:
161
function YYYYMMDDstart(year,month,day){
MonHead = [31,28,31,30,31,30,31,31,30,31,30,31];
for(var i=1920;i<=2020;i++){
year.add(new Option(i,i));
}
for(var i=1;i<13;i++){
...
分类:
Web程序 时间:
2014-10-15 18:40:41
阅读次数:
215