
模拟
文章平均质量分 67
Jstyle_AC
我欲成仙,必要坚持
展开
-
西电OJ - 1035 数独
题目链接:http://acm.xidian.edu.cn/problem.php?id=1035 #include #include using namespace std; /***********************************************************************************************************原创 2016-04-27 22:20:00 · 741 阅读 · 0 评论 -
UVa - 442 Matrix Chain Multiplication(栈模拟)
题目链接:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=19085 #include #include using namespace std; /*************************************************************************************原创 2016-05-13 02:15:13 · 223 阅读 · 0 评论 -
UVa - 514 Rails(栈模拟)
题目链接:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=19641 #include #include using namespace std; /*************************************************************************************原创 2016-05-13 02:16:40 · 241 阅读 · 0 评论 -
UVa - 11988 Broken Keyboard(数组模拟链表)
题目链接:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=18693 #include #include #include using namespace std; /****************************************************************************原创 2016-05-13 02:19:27 · 247 阅读 · 0 评论 -
UVa - 10881 Piotr's Ants(技巧题)
题目链接:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=25979 #include #include #include #include using namespace std; /******************************************************************原创 2016-06-01 08:52:17 · 343 阅读 · 0 评论 -
cf - 670C Cinema(预处理)
题目链接:http://codeforces.com/contest/670/problem/C #include #include #include #include #define MAX 200005 using namespace std; /*********************************************************************原创 2016-06-20 01:54:12 · 489 阅读 · 1 评论 -
cf - 140 A. New Year Table(模拟)
A. New Year Table time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Gerald is setting the New Year table. The原创 2016-07-28 10:14:10 · 535 阅读 · 0 评论 -
cf - 140 C. New Year Snowmen(贪心+优先队列)
C. New Year Snowmen time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output As meticulous Gerald sets the table and原创 2016-07-28 10:30:41 · 556 阅读 · 0 评论