码迷,mamicode.com
首页 >  
搜索关键字:giveaway of the day    ( 6065个结果
HDU - 4810 Wall Painting(组合数学)
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
12 day 1
#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
SGU - 311 Ice-cream Tycoon(线段树)
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
CVE-2014-4113 windows通杀本地提权0day
这个0day的发现挺有意思的,是老外CrowdStrike 发现的,被老外监测程序发现显示从WEBSHELL使用Win64.exe来提升权限。原文地址:http://blog.crowdstrike.com/crowdstrike-discovers-use-64-bit-zero-day-priv...
分类:Windows程序   时间:2014-10-19 14:16:58    阅读次数:370
uboot
******************************************day:2014/10/14**************************uboot*****************************************************1.为什么要有ubo...
分类:其他好文   时间:2014-10-18 00:42:01    阅读次数:280
POJ 3683(Priest John's Busiest Day-强连通分量解决2-SAT)[Template:2-SAT]
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
4 Best Time to Buy and Sell Stock III_Leetcode
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
HDU - 4758 Walk Through Squares (AC自动机+DP)
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
POJ 3250 Bad Hair Day 单调栈
维护一个单调递减的栈 每次家进栈首的牛必定可以被其他栈里面的牛看到 #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
js日期联动
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!