摘要:
1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const int N = 5e3 + 10; 5 ll dep[N], h[N], dis[N], vis[N], n, m, s, t, ans1 阅读全文
摘要:
1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const int N = 1000; 5 ll dep[N], h[N], now[N],n, m, s, t, ee = 2; 6 7 struc 阅读全文
摘要:
1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const int N = 5e3 + 10; 5 ll n, m, s, t, ans1, ans2, ee = 2; 6 ll flg[N][N] 阅读全文
摘要:
1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const int N = 5e3 + 5; 5 ll n, m, s, t, ee = 2; 6 int flg[1000][1000], vis[ 阅读全文