摘要: ##\(from zyf\) #ifndef MY_BIGN_H #define MY_BIGN_H 1 #pragma GCC system_header #include<cstring> #include<algorithm> #include<iostream> using std::max 阅读全文
posted @ 2020-07-28 15:45 CJXYY 阅读(91) 评论(0) 推荐(0) 编辑
摘要: #include<bits/stdc++.h> using namespace std; const int N=450; struct data { int to,stb,vol; } a[N]; int head[2*N],root,tot,v[N],f[N][101],n,p,o[N]; in 阅读全文
posted @ 2020-07-28 15:43 CJXYY 阅读(190) 评论(1) 推荐(0) 编辑