#include using namespace std; int edge[1005][1005]; int match_x[1005]; int match_y[1005]; int book[1005]; int n,m,e; int dfs(int u) { for(int i=1;i>n>... ...
分类:
其他好文 时间:
2018-10-24 20:15:29
阅读次数:
171
今年三月,微软宣布 Edge 浏览器将支持 CSS 变量。 这个重要的 CSS 新功能,所有主要浏览器已经都支持了。本文全面介绍如何使用它,你会发现原生 CSS 从此变得异常强大。 一、变量的声明 声明变量的时候,变量名前面要加两根连词线(--)。 上面代码中,body选择器里面声明了两个变量:-- ...
分类:
Web程序 时间:
2018-10-24 15:56:34
阅读次数:
282
生命周期的钩子 LifeCycle hooks 执行顺序 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <met ...
分类:
其他好文 时间:
2018-10-24 15:13:17
阅读次数:
136
题面: Tree Give a tree with n vertices,each edge has a length(positive integer less than 1001). Define dist(u,v)=The min distance between node u and v. ...
分类:
其他好文 时间:
2018-10-22 20:18:37
阅读次数:
175
The xor-longest Path Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 10038 Accepted: 2040 Description In an edge-weighted tree, the xor-len ...
分类:
其他好文 时间:
2018-10-21 12:13:19
阅读次数:
236
#include #include #include #define ll long long #include #define MAXN 200005 using namespace std; int F[MAXN]; int num[MAXN]; ll s[MAXN]; struct Edge{... ...
分类:
其他好文 时间:
2018-10-20 23:48:44
阅读次数:
175
当前IE内核和edge浏览器还有很多功能不支持,例如Promise,Webgl2.0,所以经常需要判断当前浏览器的种类,可以使用如下方法判断是否为IE内核或者edge。 ...
分类:
编程语言 时间:
2018-10-19 22:01:33
阅读次数:
146
题目传送门 Tree Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 30475 Accepted: 10232 Description Give a tree with n vertices,each edge has a le ...
分类:
其他好文 时间:
2018-10-18 01:04:20
阅读次数:
170
https://blog.csdn.net/DinnerHowe/article/details/80267062 1, initialize by random sampling PRM is not Not complete Edge case: only probably complete, ...
分类:
其他好文 时间:
2018-10-15 14:45:10
阅读次数:
278
浏览器支持: Mozilla Firefox 42,Google Chrome 46,Apple Safari 9.0,MS Internet Explorer 11,MS Edge 13 Safari不支持全屏 Chrome需要大量内存解析js代码,可能导致内存不足 IE11号称支持,但是太慢,导 ...
分类:
Web程序 时间:
2018-10-13 19:46:10
阅读次数:
305