摘要: 題目鏈接:http://poj.org/problem?id=1088 題意:中文題誒~ 思路:dfs,不過直接dfs因該會超時,那我們給他加個記錄路徑就好了... 代碼: 1 #include <iostream> 2 #include <stdio.h> 3 #include <string.h 阅读全文
posted @ 2017-05-06 18:39 geloutingyu 阅读(160) 评论(0) 推荐(0) 编辑