【HDOJ】2612 Find a way
摘要:
BFS。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 #define INF 0x3fffffff 8 9 typedef struct node_st {10 int x, y, ... 阅读全文
posted @ 2014-05-09 15:24 Bombe 阅读(146) 评论(0) 推荐(0) 编辑