上一页 1 ··· 5 6 7 8 9 10 11 下一页

2016年4月15日

HDU - 1016 Prime Ring Problem

摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1016 阅读全文

posted @ 2016-04-15 14:58 Jstyle 阅读(95) 评论(0) 推荐(0) 编辑

2016年4月14日

HDU - 2553 N皇后问题

摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2553 阅读全文

posted @ 2016-04-14 22:50 Jstyle 阅读(107) 评论(0) 推荐(0) 编辑

HDU - 1015 Safecracker

摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1015 #include <iostream> #include <stdio.h> #include <algorithm> #include <string.h> #define res(v,w,x, 阅读全文

posted @ 2016-04-14 22:37 Jstyle 阅读(75) 评论(0) 推荐(0) 编辑

2016年4月13日

HDU - 1010 Tempter of the Bone

摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1010 阅读全文

posted @ 2016-04-13 15:54 Jstyle 阅读(106) 评论(0) 推荐(0) 编辑

BFS - 水题

摘要: #include #include #include using namespace std;/****************************************************************************************************... 阅读全文

posted @ 2016-04-13 14:06 Jstyle 阅读(136) 评论(0) 推荐(0) 编辑

2016年4月12日

cf - #346 C-Tanya and Toys

摘要: #include #include using namespace std; /******************************************************************************************************************* 贪心:排序,水过去... 阅读全文

posted @ 2016-04-12 23:46 Jstyle 阅读(121) 评论(0) 推荐(0) 编辑

cf - #346 D-Bicycle Race

摘要: #include #define MAX 1010 using namespace std; /******************************************************************************************************************** 最大的矩形四个顶点肯定不是危险; ... 阅读全文

posted @ 2016-04-12 23:45 Jstyle 阅读(102) 评论(0) 推荐(0) 编辑

cf - #346 E-New Reform

摘要: #include #include using namespace std; /**************************************************************************************************************** 题意: 给你一个图... 阅读全文

posted @ 2016-04-12 23:43 Jstyle 阅读(118) 评论(0) 推荐(0) 编辑

cf- #346 A-Round House

摘要: #include using namespace std;/**************************************************************************************************************** ... 阅读全文

posted @ 2016-04-12 23:36 Jstyle 阅读(103) 评论(0) 推荐(0) 编辑

2016年4月9日

USACO 2.1-The Castle

摘要: /* ID: m1590291 TASK: castle LANG: C++ */ #include #include #include using namespace std; /**********************************************************************************************************... 阅读全文

posted @ 2016-04-09 14:11 Jstyle 阅读(116) 评论(0) 推荐(0) 编辑

2016年4月8日

借用一下界面

摘要: #include #include #include using namespace std;/****************************************************************************************************... 阅读全文

posted @ 2016-04-08 13:41 Jstyle 阅读(125) 评论(0) 推荐(0) 编辑

2016年4月6日

USACO 1.5-Superprime Rib

摘要: /* ID: m1590291 TASK: sprime LANG: C++ */ #include #include using namespace std; /****************************************************************************************************************** ... 阅读全文

posted @ 2016-04-06 23:50 Jstyle 阅读(100) 评论(0) 推荐(0) 编辑

USACO 1.5-Prime Palindromes

摘要: /* ID: m1590291 TASK: pprime LANG: C++ */ #include using namespace std; /****************************************************************************************************************** ... 阅读全文

posted @ 2016-04-06 23:49 Jstyle 阅读(111) 评论(0) 推荐(0) 编辑

USACO 1.5-Number Triangles

摘要: /* ID: m1590291 TASK: numtri LANG: C++ */ #include #include #include #include using namespace std; /************************************************************************************************... 阅读全文

posted @ 2016-04-06 23:48 Jstyle 阅读(133) 评论(0) 推荐(0) 编辑

USACO 1.4-Mother's Milk

摘要: /* ID: m1590291 TASK: milk3 LANG: C++ */ #include #include #include #define MAX 25 int A,B,C; int ans[MAX]; //涂灰的标志数组 int vis[MAX][MAX][MAX]; //dfs的执行数组 /*********************************... 阅读全文

posted @ 2016-04-06 23:47 Jstyle 阅读(116) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 下一页

导航