摘要:
xmuoj #include<iostream> using namespace std; typedef long long ll; const ll mod = 1e9 + 7; const int N = 1e6 + 4; ll f[N][10]; void work(){ int n; ci 阅读全文
摘要:
xmuoj #include<iostream> #include<vector> using namespace std; typedef long long ll; const int N = 5e6 + 4; ll n, V, f[N], v[N], w[N], cnt[N]; struct 阅读全文
摘要:
xmuoj #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N = 1e6 + 4; ll f[N][2], n, k; const ll mod = 1e9 + 7; int main(){ 阅读全文
摘要:
xmuoj //!皮卡丘分番茄酱 #include<bits/stdc++.h> using namespace std; const int N = 1e4 + 10; int n, k; int q[N]; vector<double> v; bool iseaten(vector<double 阅读全文