摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5071思路:模拟题,没啥可说的,移动的时候需要注意top的变化。#include #include #include #include using namespace std;const int MAX_... 阅读全文
posted @ 2014-10-23 17:08 ihge2k 阅读(147) 评论(0) 推荐(0) 编辑