随笔分类 -  天梯赛-level2

l2-001
摘要:最短路板子题,打印路径 代码: #include<bits/stdc++.h> const int maxn=1e3+10; const int inf=0x3f3f3f3f; using namespace std; int n,m,s,d; struct node { int vis; int 阅读全文
posted @ 2020-09-22 00:31 mmn 阅读(143) 评论(0) 推荐(0)