上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页
摘要: DreamGrid City is a city with intersections arranged into a grid of rows and columns. The intersection on the -th row and the -th column can be descri 阅读全文
posted @ 2018-04-09 21:26 灬从此以后灬 阅读(297) 评论(0) 推荐(0) 编辑
摘要: Given initially empty stacks, there are three types of operations: 1 s v: Push the value onto the top of the -th stack. 2 s: Pop the topmost value out 阅读全文
posted @ 2018-04-09 21:12 灬从此以后灬 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4325 Flowers Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Subm 阅读全文
posted @ 2018-03-29 22:35 灬从此以后灬 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 Sparse Graph Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 2590 Accepted Submission(s) 阅读全文
posted @ 2018-03-28 21:22 灬从此以后灬 阅读(127) 评论(0) 推荐(0) 编辑
摘要: Popular Cows Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 37111 Accepted: 15124 Description Every cow's dream is to become the most popu 阅读全文
posted @ 2018-03-22 21:55 灬从此以后灬 阅读(147) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=2367 队列版 1 #include <stdio.h> 2 #include <math.h> 3 #include <string.h> 4 #include <stdlib.h> 5 #include <iostream> 6 #inclu 阅读全文
posted @ 2018-03-19 22:09 灬从此以后灬 阅读(159) 评论(0) 推荐(0) 编辑
摘要: I题 卡特兰数 出栈序列有多少种 1 #include <stdio.h> 2 #include <math.h> 3 #include <string.h> 4 #include <stdlib.h> 5 #include <iostream> 6 #include <sstream> 7 #in 阅读全文
posted @ 2018-03-18 22:28 灬从此以后灬 阅读(203) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/gym/100495 K题 草地的面积减去相交的面积,计算几何,垃圾题,避免不必要的计算损失精度(能约分的约分) 卡了老子一个星期了 再加前几天的一道题 这一星期真的是难受 什么都没干 AC代码 1 #include <stdio.h> 2 #includ 阅读全文
posted @ 2018-03-18 22:14 灬从此以后灬 阅读(185) 评论(0) 推荐(0) 编辑
摘要: C. Journey time limit per test 3 seconds memory limit per test 256 megabytes input standard input output standard output C. Journey time limit per tes 阅读全文
posted @ 2018-03-18 17:38 灬从此以后灬 阅读(176) 评论(0) 推荐(1) 编辑
摘要: L. Knights without Fear and Reproach time limit per test 2.0 s memory limit per test 256 MB input standard input output standard output L. Knights wit 阅读全文
posted @ 2018-03-13 19:45 灬从此以后灬 阅读(226) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页