最大流 #include<bits/stdc++.h> using namespace std; #define inf 0x3f3f3f3f const int N=1e4+10; const int M=1e5+10; struct Edge { int to, next, w; } edge[ ...
分类:
其他好文 时间:
2019-10-13 15:29:52
阅读次数:
94
解决日志弹出框不落地到点击出通过bootstrap模态框实现,问题出现样式有点问题<!DOCTYPEhtml><htmllang="zh-CN"><head><metacharset="utf-8"><metahttp-equiv="X-UA-Compatible"content="IE=edge"><metaname="viewp
分类:
其他好文 时间:
2019-10-13 10:54:34
阅读次数:
79
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <meta name="viewport" content=... ...
分类:
其他好文 时间:
2019-10-12 15:55:27
阅读次数:
89
定义和用法 reduce() 方法接收一个函数作为累加器,数组中的每个值(从左到右)开始缩减,最终计算为一个值。 注意: reduce() 对于空数组是不会执行回调函数的。 浏览器支持 |方法|Chrome|Edge|Firefox|Safari|Opera| |: :|: :|: :|: :|: ...
分类:
其他好文 时间:
2019-10-12 11:23:01
阅读次数:
68
每日分享效果时间到,今日分享:jQuery自定义数字滚动效果效果图:一、html代码<!DOCTYPEhtml><htmllang="zh-CN"><head><metacharset="utf-8"/><metahttp-equiv="X-UA-Compatible"content="IE=edge,chrome=1"/><!--
分类:
Web程序 时间:
2019-10-10 23:03:01
阅读次数:
190
和 "这道题" 几乎一样,把免费的权值改为一半就好了 代码: cpp include define N 4000005 define M 40000005 using namespace std; int n,m,k,u,v,w; struct Edge { int next,to,dis; }ed ...
分类:
其他好文 时间:
2019-10-07 21:38:09
阅读次数:
87
具体的题解明天写吧 回寝室睡觉了 cpp include define N 400005 define M 2000005 using namespace std; int n,m,S,T; struct Edge { int next,to,dis; }edge[M]; int cnt=0,hea ...
分类:
其他好文 时间:
2019-10-06 00:41:14
阅读次数:
100
$Description$ 给定一张 $N$ 个点的图, 点的标号为 $1$ 到 $n$ . 我们进行 $M$ 次连边, 每次连边可以描述为 $a$ $b$ $c$ $d$ $w:$ for i = a to b do for j = c to d do Add_Edge(i,j,w) $Add_E ...
分类:
其他好文 时间:
2019-10-04 19:17:36
阅读次数:
70
Lambda@Edge 是一个 AWS Lambda 扩展,后者是一个计算服务,可用于执行函数以自定义 CloudFront 提供的内容。您可以在一个区域(US-East-1(弗吉尼亚北部))中编写 Node.js 或 Python 函数,然后在与查看器较为接近的全球 AWS 位置执行它们,而无需预 ...
分类:
其他好文 时间:
2019-10-02 18:45:15
阅读次数:
127
A proper vertex coloring is a labeling of the graph's vertices with colors such that no two vertices sharing the same edge have the same color. A colo ...
分类:
其他好文 时间:
2019-10-02 10:33:30
阅读次数:
98