首页 > 其他分享 >1091 Acute Stroke

1091 Acute Stroke

时间:2023-05-15 22:34:11浏览次数:30  
标签:Acute 1091 int top Stroke 数组

 

 

 

易错点:

1、注意结果大于等于t才能计入

2、bfs中此处记住是top.x 不是 x

int tl = top.x + L[w];
int tm = top.y + M[w];
int tn = top.z + N[w];

3、数组大小开错了(注意数组每一维度是什么及其对应的大小)

 

标签:Acute,1091,int,top,Stroke,数组
From: https://www.cnblogs.com/yccy/p/17403307.html

相关文章