摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const int maxn=1e5+10; 5 const ll mod=1e9+7; 6 ll f[maxn]; 7 ll quick(ll a, 阅读全文
posted @ 2021-01-11 14:28 古比 阅读(70) 评论(0) 推荐(0) 编辑