ZOJ1589(用弗洛伊德做)
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include #include using namespace std; const int X_INF = 5;//无穷大 const int MAX_SIZE = 30; int Gr... 阅读全文
posted @ 2009-03-02 12:56 Xredman 阅读(188) 评论(0) 推荐(0) 编辑