Skip to content

絕對要記得

io加速

ios::sync_with_stdio(0);
cin.tie(0);

注意long long!!!

#define int long long
signed main(){

}