
模拟
文章平均质量分 76
Aerolite坠落
这个作者很懒,什么都没留下…
展开
-
poj Parencodings
Description Let S = s1 s2...s2n be a well-formed string of parentheses. S can be encoded in two different ways: q By an integer sequence P = p1 p2...pn where pi is the number of left parenthese原创 2014-03-27 21:29:04 · 1070 阅读 · 0 评论 -
poj 2996 Help Me with the Game(模拟)
Description Your task is to read a picture of a chessboard position and print it in the chess notation. Input The input consists of an ASCII-art picture of a chessboard with chess pieces on positio原创 2014-03-27 21:32:33 · 1158 阅读 · 2 评论 -
poj Robot Motion(模拟)
Description A robot has been programmed to follow the instructions in its path. Instructions for the next direction the robot is to move are laid down in a grid. The possible instructions are原创 2014-03-27 21:30:50 · 1009 阅读 · 0 评论 -
POJ 2499Binary Tree(模拟+技巧)
题目地址:http://poj.org/problem?id=2499原创 2014-05-20 19:42:58 · 999 阅读 · 0 评论 -
POJ 2993Emag eht htiw Em Pleh(模拟)
题目地址:http://poj.org/problem?id=2993原创 2014-05-21 16:48:45 · 1474 阅读 · 0 评论 -
(白书训练计划)UVa 120 Stacks of Flapjacks(构造法)
题目地址:UVa 120 水题。从最大的开始移,每次都把大的先翻到最上面,再翻到下面。 代码如下: #include #include #include #include #include #include #include #include #include #include #include using namespace std; int a[500], b[5原创 2014-09-03 19:04:17 · 1244 阅读 · 0 评论