【HDOJ】1175 连连看
摘要:
BFS。wa了一下午,原来是YES,写成了Yes。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 typedef struct node_st{ 8 int x, y; 9 in... 阅读全文
posted @ 2014-05-02 17:00 Bombe 阅读(168) 评论(0) 推荐(0) 编辑
posted @ 2014-05-02 17:00 Bombe 阅读(168) 评论(0) 推荐(0) 编辑
posted @ 2014-05-02 14:54 Bombe 阅读(154) 评论(0) 推荐(0) 编辑