码迷,mamicode.com
首页 >  
搜索关键字:ll    ( 5333个结果
简单的数位dp
hdu 2089 设dp[len][flag],flag = 1表示前一位是6,否则前一位不是6. #include #include #include #include #include #include #include #include #include #include #include #include #include #define LL __i...
分类:其他好文   时间:2014-08-27 10:55:37    阅读次数:209
Ubuntu 改动bash
ubuntu下/bin/sh的指向ubuntu 下 /bin/sh 默认是dash,用ll /bin/sh就能够看出来sh是指向dash的链接,有时候会导致使用bash脚本的时候出问题。假设遇到这个问题了,就要把sh指向bash。用以下的命令把dash改动为bash用sudo dpkg-reconf...
分类:其他好文   时间:2014-08-26 15:12:46    阅读次数:224
cheap ghd online has used the Gillette Fusion
DesignFor whoever cheap ghd online has used the Gillette Fusion or even the Mach 3, You'll know about the Schick's"Paintbrush" Sort head. Most notably...
分类:其他好文   时间:2014-08-26 13:29:06    阅读次数:215
CodeForces 34C Page Numbers
#include #include #include #include #include #include #include #include #include #include #define inf 0x3f3f3f3f #pragma comment(linker, "/STACK:16777216") #define eps 1e-6 #define ll long l...
分类:其他好文   时间:2014-08-25 22:59:45    阅读次数:524
cheap ghd straighteners to ladies with shorter hair tar
A person decide cheap ghd straighteners to ladies with shorter hair tar and feather me for stating my Belief on this matter, Ok, i'll offer a catch: A...
分类:其他好文   时间:2014-08-25 14:45:44    阅读次数:249
NSOJ A fairy tale of the two(最小费用最大流、SPFA版本、ZKW版本)
n,m#include #include #include #include using namespace std;#define ll long long#define maxn 444#define maxe 55000#define inf 0x3f3f3f3fstruct Edge{ .....
分类:其他好文   时间:2014-08-24 16:37:12    阅读次数:627
SqlHelper
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Configuration; using System.Data.SqlClient; using System.Data; using System.Reflection; namespace LL...
分类:数据库   时间:2014-08-23 11:22:30    阅读次数:269
SGU 275 To xor or not to xor (高斯消元)
题目链接题意:分析: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #define LL __int64 8 const int maxn = 100+10; 9 using namespace s...
分类:其他好文   时间:2014-08-23 09:55:30    阅读次数:141
HDU 4866 Shooting(持久化线段树)
view code//第二道持久化线段树,照着别人的代码慢慢敲,还是有点不理解 #include #include #include #include #include using namespace std; typedef long long ll; #define lson l,m,ls[rt...
分类:其他好文   时间:2014-08-23 02:14:19    阅读次数:147
hdu 2795 Billboard
#include#include#include#include#include#include#include#define mem(a,b) memset(a,b,sizeof(a))#define ll __int64#define MAXN 1000#define INF 0x7ffffff...
分类:其他好文   时间:2014-08-23 01:01:59    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!