摘要: 热浪 #include<iostream> #include<cstring> #include<cmath> #define inf 0x3f3f3f3f using namespace std; const int N=2505; int mapp[N][N],dis[N]; bool vis[ 阅读全文
posted @ 2021-10-25 23:59 Rekord 阅读(536) 评论(0) 推荐(0)
摘要: 最短路径 #include<iostream> #include<cstring> #include<cmath> #define inf 0x3f3f3f3f using namespace std; const int N=105; int mapp[N][N]; int main(){ int 阅读全文
posted @ 2021-10-25 23:44 Rekord 阅读(294) 评论(0) 推荐(0)