51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#hdu1045
hdu1045 DFS
#include<stdio.h>#include<string.h>intn;intmaxx;charmap[5][5];intdx[4]={1,-1,0,0};intdy[4]={0,0,1,-1};intblock[16][5][5];//炮台位置boolok(intx,inty){int...
代码星球
·
2020-04-06
hdu1045
DFS
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他