摘要: IDA*板子…… 1 #include<map> 2 #include<queue> 3 #include<cstdio> 4 #include<cstring> 5 #include<algorithm> 6 using namespace std; 7 int T,n,ar; 8 int dx[ 阅读全文
posted @ 2018-11-23 19:49 stddddd 阅读(131) 评论(0) 推荐(0) 编辑
摘要: A*算法 裸板子 1 #include<queue> 2 #include<cmath> 3 #include<cstdio> 4 #include<cstdlib> 5 #include<cstring> 6 #include<algorithm> 7 #define N 500005 8 usi 阅读全文
posted @ 2018-11-23 18:27 stddddd 阅读(101) 评论(0) 推荐(0) 编辑