摘要:
前言 本次行动目的是经济援助伟大的 CCF ,并支持济南市教育、旅游方面发展,所以不要注重其他方面(以为真的很菜。 Day -2 突然接到教练的停课通知,不过依旧阳奉阴违,只翘了晚自习。 Day -1 依旧翘了晚自习,想打水黄发现竟无法秒掉,我咋这么菜。 Day 0 以为得上完第四节课再去,没想到上 阅读全文
摘要:
最大流 模板: P3376 【模板】网络最大流 #include<bits/stdc++.h> #define int long long using namespace std; const int inf=1e9; int n,m,s,t; int u,v,w; int h[2000004]; 阅读全文
摘要:
这个算法本身就不多讲了,感觉很暴力。 Luogu P5928 #include<bits/stdc++.h> #define int long long using namespace std; const double eps=1e-3,delta=0.999; const int N=103; 阅读全文