摘要:
#include using namespace std; const int maxN = 123; const int inf = 1e9 + 7; char G[maxN][maxN]; int times[maxN][maxN][6]; int n, m, sx, sy, ex, ey, ans; int dir[4][2] = {{0,1},{1,0},{0,-1},{-1,0}}; ... 阅读全文
posted @ 2018-09-22 23:13
Neord
阅读(124)
评论(0)
推荐(0)
浙公网安备 33010602011771号