摘要:
##\(from zyf\) #ifndef MY_BIGN_H #define MY_BIGN_H 1 #pragma GCC system_header #include<cstring> #include<algorithm> #include<iostream> using std::max 阅读全文
摘要:
#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 阅读全文