摘要: the problem is from pat,which website is http://pat.zju.edu.cn/contests/pat-a-practise/1043 and the source code is as followed. #include #include #include using namespace std; int pos; struct cell ... 阅读全文
posted @ 2014-09-11 20:12 maverick_fu 阅读(191) 评论(0) 推荐(0)
摘要: the problem is from pat,which website is http://pat.zju.edu.cn/contests/pat-a-practise/1020and the source code is as followed.#include#include#include... 阅读全文
posted @ 2014-09-11 17:23 maverick_fu 阅读(179) 评论(0) 推荐(0)
摘要: this problem is a very classic problem which can use stack to solve. the problem can be searched through many source site.#include #include//表明要调用关于栈... 阅读全文
posted @ 2014-09-11 11:29 maverick_fu 阅读(134) 评论(0) 推荐(0)