A1091 Acute Stroke

#include<iostream> #include<queue> #include<stdio.h> using namespace std; int M,N,L,T; struct node{ int x,y,z; }Node; int X[6] = {0, 0,-1,1,0,0};//上下左右先後 int Y[6] = {0, 0, 0,0,1,-1}; int Z[6] = {1,-
相關文章
相關標籤/搜索