上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 36 下一页
摘要: #include #include #include #include #include #include #include #include #include #include #include #include #include #define INF 100000000 #define fi first #define se second #define deb... 阅读全文
posted @ 2016-09-15 18:35 ACforever 阅读(465) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include using namespace std; const int maxn = 100005; struct edge{ int to; int nxt; }; int n,g[maxn],dep[maxn],dpd[maxn],dpv[maxn]; int head[maxn],cnt;... 阅读全文
posted @ 2016-09-15 18:19 ACforever 阅读(370) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include using namespace std; const int maxn = 205; struct chs{ int y; int x; }; chs orz[3][maxn*maxn]; int n,vis[maxn][maxn],cnt_op,cnt_no,cnt_o... 阅读全文
posted @ 2016-09-15 18:16 ACforever 阅读(302) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #include using namespace std; const int maxn = 100005; int n,m,cnt,d[maxn],h[maxn]; int main(){ freopen("note.in","r",stdin); freopen("note.out... 阅读全文
posted @ 2016-09-15 18:12 ACforever 阅读(143) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #include #define ll long long #define mkp make_pair using namespace std; const int MaxN = 255 * 255, MaxM = MaxN * 255, inf = 1000000000; int... 阅读全文
posted @ 2016-09-15 17:46 ACforever 阅读(192) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #include #include #define ll long long using namespace std; const int maxn = 1005,maxt = 3005,maxint = 987654321; struct query{ ll a; ll b; ... 阅读全文
posted @ 2016-09-15 17:39 ACforever 阅读(193) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include using namespace std; const int maxn = 100005; int T,n,a[maxn],cnt,ans; int main(){ freopen("book.in","r",stdin); freopen("book.out","w",std... 阅读全文
posted @ 2016-09-15 17:34 ACforever 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 背景 蒟蒻中学的蒟蒻遇到了一些小问题。 背景 蒟蒻中学的蒟蒻遇到了一些小问题。 蒟蒻中学的蒟蒻遇到了一些小问题。 描述 蒟蒻考完noip也就要回家种田了,他老家的田地在s点,可是种子市场在e点,为了购买种子,中途要经过很多城市,这导致快递费非常的贵(因为快到双11了),于是他准备自己开车,可现在油价 阅读全文
posted @ 2016-09-08 16:03 ACforever 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 述 开启了升降梯的动力之后,探险队员们进入了升降梯运行的那条竖直的隧道,映入眼帘的是一条直通塔顶的轨道、一辆停在轨道底部的电梯、和电梯内一杆控制电梯升降的巨大手柄。Nescafe之塔一共有N层,升降梯在每层都有一个停靠点。手柄有M个控制槽,第i个控制槽旁边标着一个数Ci,满足C1<C2<C3<……< 阅读全文
posted @ 2016-09-08 16:02 ACforever 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 描述 题目很简单,给出N个数字,不改变它们的相对位置,在中间加入K个乘号和N-K-1个加号,(括号随便加)使最终结果尽量大。因为乘号和加号一共就是N-1个了,所以恰好每两个相邻数字之间都有一个符号。例如:N=5, K=2,5个数字分别为1、2、3、4、5,可以加成:1*2*(3+4+5)=241*( 阅读全文
posted @ 2016-09-08 16:00 ACforever 阅读(319) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 36 下一页