模拟
文章平均质量分 79
Dijkstra__
这个作者很懒,什么都没留下…
展开
-
poj3087
Shuffle'm UpTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 9339 Accepted: 4285DescriptionA common pastime for poker players at a poker table is to sh原创 2016-07-29 16:10:19 · 1076 阅读 · 0 评论 -
hdu 6121 Build a tree 模拟加思维
Problem DescriptionHazelFan wants to build a rooted tree. The tree has n nodes labeled 0 to n−1, and the father of the node labeled i is the node labeled ⌊i−1k⌋. HazelFan wonders the size原创 2017-08-17 10:31:15 · 978 阅读 · 0 评论 -
codeforces 672C Recycling Bottles
Recycling Bottlestime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputIt was recycling day in Kekoland. To cele原创 2017-04-26 11:57:43 · 1276 阅读 · 0 评论 -
codeforces 669C Little Artem and Matrix
Little Artem and Matrixtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputLittle Artem likes electronics. He原创 2017-04-25 20:09:55 · 1184 阅读 · 0 评论 -
codeforces 670C Cinema
Cinematime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputMoscow is hosting a major international conference,原创 2017-04-25 19:42:01 · 1178 阅读 · 0 评论 -
codeforces 673C
Bear and Colorstime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputBear Limak has n colored balls, arranged in原创 2017-04-25 19:16:49 · 1122 阅读 · 0 评论 -
codeforces 678C Joty and Chocolate
Joty and Chocolatetime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputLittle Joty has got a task to do. She has原创 2017-04-18 09:24:49 · 1286 阅读 · 0 评论 -
codeforces710c Magic Odd Square
这个问题是奇数幻方的知识,看见的时候我也是懵逼的,大神好多。。。。。orz数字1放在第一行中间对于下一个数,循环找前一个数字的右上(相邻的网格 超出界限 则类似 第一行的右上是第 N 行,第N列的右上是第一列)若右上存在数字,则放到正下方。 手动模拟下自然就知道了~~#include#include#include#include#include#include#i原创 2017-04-17 16:35:29 · 999 阅读 · 0 评论 -
http://codeforces.com/problemset/problem/712/C
Memory and De-Evolutiontime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputMemory is now interested in the de-原创 2017-04-10 23:35:06 · 801 阅读 · 0 评论 -
Number Game
题目描述Christine and Matt are playing an exciting game they just invented: the Number Game. The rules of this game are as follows. The players take turns choosing integers greater than 1. First, Chri原创 2016-12-13 23:52:31 · 1017 阅读 · 0 评论 -
BUCT OJ 任务安排问题
题目描述某个系统中有一个设备,该设备每次只能分配给一个任务使用,且只有当任务结束后才能再分配给另一个任务使用。 假设系统启动时间计为时间0点,预先有一份任务计划表,预定了每个任务的开始时间点和持续时间。 要求设计算法统计出该设备最多能够满足任务计划表中的多少个任务的使用请求。输入输入的第一行为一个整数m,表示要计算的用例的个数。 从第二行开始是m个测试用例的输入数据。 每个转载 2016-12-13 23:47:24 · 1886 阅读 · 0 评论 -
斐波那契数列
题目描述小牛:“话说,斐波那契数列1, 1, 2, 3, 5, 8, 13...是一个神奇的数列,它的……” !@#¥%……&*(小牛被众人群殴——“就这玩意,谁不懂啊?”) 小牛:“咳咳,这可是我的地盘,听我的!这是一道水题,要求输入正数n,输出相应的第n个(从1计)斐波那契数。” !@#¥%……&*(小牛再次被众人群殴——“去……水题水题!”)输入若干(不超过1000)原创 2016-10-24 23:40:35 · 1713 阅读 · 0 评论 -
问题 C 算法3-5:n阶Hanoi塔问题
题目描述假设有三个分别命名为X、Y和Z的塔座,在塔座X上插有n个直径大小各不相同、依小到大编号为1,2,...,n的圆盘。现要求将X轴上的n个圆盘移至塔座Z上并仍按同样顺序叠排,圆盘移动时必须遵循下列规则: 1)每次只能移动一个圆盘; 2)圆盘可以插在X、Y和Z中的任一塔座上; 3)任何时刻都不能将一个较大的圆盘压在较小的圆盘之上。 如何实现移动圆盘的操作呢?当n=1时,问题比较简单,原创 2016-10-24 23:31:27 · 4416 阅读 · 0 评论 -
poj2993
Emag eht htiw Em PlehTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 3269 Accepted: 2148DescriptionThis problem is a reverse case of the problem 2996.原创 2016-07-21 10:22:37 · 1036 阅读 · 0 评论 -
poj2632
Crashing RobotsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 9810 Accepted: 4190DescriptionIn a modernized warehouse, robots are used to fetch the g原创 2016-07-20 09:40:58 · 1064 阅读 · 0 评论 -
hdu6156 Palindrome Function 思维题
Problem DescriptionAs we all know,a palindrome number is the number which reads the same backward as forward,such as 666 or 747.Some numbers are not the palindrome numbers in decimal form,but in o原创 2017-08-20 23:34:04 · 1100 阅读 · 0 评论