2017年8月21日

摘要: 1001: [BeiJing2006]狼抓兔子 Description 现在小朋友们最喜欢的"喜羊羊与灰太狼",话说灰太狼抓羊不到,但抓兔子还是比较在行的, 而且现在的兔子还比较笨,它们只有两个窝,现在你做为狼王,面对下面这样一个网格的地形: 左上角点为(1,1),右下角点为(N,M)(上图中N=4 阅读全文

posted @ 2017-08-21 15:54 Amphetamine 阅读(198) 评论(0) 推荐(0) 编辑

摘要: 好久没写过了,认真点写一些 阅读全文

posted @ 2017-08-21 15:47 Amphetamine 阅读(94) 评论(0) 推荐(0) 编辑

摘要: #include<bits/stdc++.h>using namespace std;#define mxn 510struct E{ int from,to;};int dfn[mxn],iscut[mxn],bccno[mxn];int step,bcc_cnt;vector<int> v[mx 阅读全文

posted @ 2017-08-21 08:20 Amphetamine 阅读(295) 评论(0) 推荐(0) 编辑