上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
  2019年10月23日
摘要: 1 #include<iostream> 2 #include<string> 3 #include<queue> 4 #include<stack> 5 #include<vector> 6 #include<map> 7 #include<cstdio> 8 #include<cstdlib> 阅读全文
posted @ 2019-10-23 19:48 thjkhdf12 阅读(93) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<string> 3 #include<queue> 4 #include<stack> 5 #include<vector> 6 #include<map> 7 #include<cstdio> 8 #include<cstdlib> 阅读全文
posted @ 2019-10-23 18:45 thjkhdf12 阅读(105) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstring> 3 using namespace std; 4 5 #define mfor(i,a,b) for(register int i=(a);i<=(b);i++) 6 #define mem(a,b) memset(a 阅读全文
posted @ 2019-10-23 13:08 thjkhdf12 阅读(171) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<string> 3 #include<queue> 4 #include<stack> 5 #include<vector> 6 #include<map> 7 #include<cstdio> 8 #include<cstdlib> 阅读全文
posted @ 2019-10-23 12:46 thjkhdf12 阅读(224) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<string> 3 #include<queue> 4 #include<stack> 5 #include<vector> 6 #include<map> 7 #include<cstdio> 8 #include<cstdlib> 阅读全文
posted @ 2019-10-23 11:27 thjkhdf12 阅读(104) 评论(0) 推荐(0)
摘要: int dfn[maxn]; int low[maxn]; bool cut[maxn]; int tot; void tarjan(int x) { dfn[x] = low[x] = ++tot; int cntf = 0; for (Re int i = head[x]; i != -1; i 阅读全文
posted @ 2019-10-23 10:41 thjkhdf12 阅读(71) 评论(0) 推荐(0)
  2019年10月22日
摘要: 1 #include<iostream> 2 #include<string> 3 #include<queue> 4 #include<stack> 5 #include<vector> 6 #include<map> 7 #include<cstdio> 8 #include<cstdlib> 阅读全文
posted @ 2019-10-22 19:12 thjkhdf12 阅读(105) 评论(0) 推荐(0)
摘要: typedef struct { bool operator ()(const intpair& a, const intpair& b)const { return a.second > b.second; } }cmp_dij; int dis_dij[maxn]; bool vis_dij[m 阅读全文
posted @ 2019-10-22 13:19 thjkhdf12 阅读(148) 评论(0) 推荐(0)
  2019年10月21日
摘要: 1 #include<iostream> 2 #include<algorithm> 3 #include<string> 4 #include<cstring> 5 using namespace std; 6 7 string t[101]; 8 bool ex[101]; 9 string s 阅读全文
posted @ 2019-10-21 14:54 thjkhdf12 阅读(74) 评论(0) 推荐(0)
  2019年10月20日
摘要: 1 #include<iostream> 2 #include<string> 3 #include<queue> 4 #include<stack> 5 #include<vector> 6 #include<map> 7 #include<cstdio> 8 #include<cstdlib> 阅读全文
posted @ 2019-10-20 21:06 thjkhdf12 阅读(91) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页