上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 63 下一页
摘要: #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> using namespace std; const int N=110; int p[N],n,m,ans,num; struct node { in 阅读全文
posted @ 2020-01-29 15:29 晴屿 阅读(96) 评论(0) 推荐(0) 编辑
摘要: #include <cstdio> #include <cstring> #include <iostream> #include <algorithm> using namespace std; typedef long long ll; const int N=510,M=10010; int 阅读全文
posted @ 2020-01-29 15:22 晴屿 阅读(96) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<stdio.h> #include<cstring> #include<queue> using namespace std; typedef pair<int,int>PII; //原地图 char g[100][100]; int n,m; 阅读全文
posted @ 2020-01-29 15:18 晴屿 阅读(115) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<cstdio> #include<cstring> using namespace std; const int N=110; #define inf 1<<29 int map[N][N],n; int dist[N]; bool st[N] 阅读全文
posted @ 2020-01-29 14:58 晴屿 阅读(120) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<cstdio> #include<cmath> #include<algorithm> using namespace std; const int maxn=800; int n,m,tot,u,v; int pre[maxn]; //存点 阅读全文
posted @ 2020-01-29 14:45 晴屿 阅读(83) 评论(0) 推荐(0) 编辑
摘要: #include<cstring> #include<iostream> #include<algorithm> #include<cmath> #include<cstdio> #define x first #define y second using namespace std; typede 阅读全文
posted @ 2020-01-29 14:12 晴屿 阅读(115) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<cstring> #include<algorithm> #include<stdio.h> using namespace std; const int INF=0x3f3f3f3f; const int N=2010; int n; int 阅读全文
posted @ 2020-01-29 14:02 晴屿 阅读(116) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<algorithm> using namespace std; const int N=1e6+10; struct edge{ int a,b; double w; }e[N]; int p[N]; int a[N]; int n; bool 阅读全文
posted @ 2020-01-29 13:46 晴屿 阅读(120) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<cstring> #include<algorithm> using namespace std; const int N=110; int p[N]; struct edge{ int a; int b; int w; }e[N*N]; in 阅读全文
posted @ 2020-01-29 13:14 晴屿 阅读(102) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<cmath> #include<algorithm> #include<cstdio> using namespace std; const int N=1e5; struct edge{ int a,b; double w; }e[N]; d 阅读全文
posted @ 2020-01-29 12:52 晴屿 阅读(168) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 63 下一页