http://poj.org/problem?id=2251有一个三维的牢房地图 求从S点走E点的最小时间;#include#include#include#include#include#include#includeusing namespace std;#define N 50#define ... Read More
posted @ 2015-07-29 09:15
西瓜不懂柠檬的酸
Views(162)
Comments(0)
Diggs(0)
http://poj.org/problem?id=1321由于搜索是原来写的,而集训的时候没来所以只能现在补补咯-_-简单的深搜#include#include#include#include#define N 10#define INF 0xfffffff#include#includeusin... Read More
posted @ 2015-07-29 08:11
西瓜不懂柠檬的酸
Views(132)
Comments(0)
Diggs(0)