01 2015 档案

摘要:正确代码: 1 #include 2 #include 3 #define N 210 4 #define inf 0xffffff 5 using namespace std; 6 int m,n,mark[N][N],dis[N][N][2],dir[4][2]={1,0, 0,1, -1,0,... 阅读全文
posted @ 2015-01-30 16:13 天I火 阅读(516) 评论(0) 推荐(0) 编辑
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 char g[105][105]; 8 int x, y, ans; 9 int dx[3]={1,0,-1};10 int dy[3]=... 阅读全文
posted @ 2015-01-29 20:32 天I火 阅读(302) 评论(0) 推荐(0) 编辑
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 bool cup[105][105][105]; 8 struct dot 9 {10 int a;11 int b;12... 阅读全文
posted @ 2015-01-29 20:05 天I火 阅读(627) 评论(0) 推荐(0) 编辑
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 struct node 8 { 9 int x;10 int y;11 int s;12 };13 int g[1... 阅读全文
posted @ 2015-01-28 15:49 天I火 阅读(406) 评论(0) 推荐(0) 编辑
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 struct node 8 { 9 int x;10 int s;11 };12 bool prim[10005];13 ... 阅读全文
posted @ 2015-01-28 15:25 天I火 阅读(248) 评论(0) 推荐(0) 编辑
摘要:1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 int x, y; 7 bool g[20][20]; 8 bool k[20][20]; 9 bool ans[20][20];10 bool flag;1... 阅读全文
posted @ 2015-01-28 13:44 天I火 阅读(646) 评论(0) 推荐(0) 编辑
摘要:1 //Memory Time 2 //2236K 32MS 3 4 #include 5 using namespace std; 6 7 int mod[524286]; //保存每次mod n的余数 8 //由于198的余数序列是最长的 9 ... 阅读全文
posted @ 2015-01-27 20:56 天I火 阅读(388) 评论(0) 推荐(0) 编辑
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 int n, k, c, ans; 9 int num[100005];10 int main()11 {12 //... 阅读全文
posted @ 2015-01-27 18:24 天I火 阅读(535) 评论(0) 推荐(0) 编辑
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 struct node 9 {10 int x;11 int y;12 int z;13 ... 阅读全文
posted @ 2015-01-27 17:46 天I火 阅读(240) 评论(0) 推荐(0) 编辑
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 struct node 8 { 9 int x;10 int y;11 };12 int n, k, l, ans;13 ... 阅读全文
posted @ 2015-01-27 17:10 天I火 阅读(188) 评论(0) 推荐(0) 编辑