上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: ACwing 阅读全文
posted @ 2022-03-29 09:54 兮何其 阅读(37) 评论(0) 推荐(0)
摘要: 博客园 阅读全文
posted @ 2022-03-28 14:35 兮何其 阅读(17) 评论(0) 推荐(0)
摘要: int arr[] = {4, 3, 5, 2, 1, 3, 2, 3}; int n = sizeof( arr ) / sizeof( *arr ); 阅读全文
posted @ 2022-03-27 10:42 兮何其 阅读(24) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2022-03-25 10:36 兮何其 阅读(28) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2022-03-25 10:19 兮何其 阅读(36) 评论(0) 推荐(0)
摘要: 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(){ 阅读全文
posted @ 2022-03-25 09:59 兮何其 阅读(37) 评论(0) 推荐(0)
摘要: ACwing 阅读全文
posted @ 2022-03-20 14:14 兮何其 阅读(30) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2022-03-19 16:41 兮何其 阅读(94) 评论(0) 推荐(0)
摘要: blog 阅读全文
posted @ 2022-03-19 15:02 兮何其 阅读(11) 评论(0) 推荐(0)
摘要: csdn 阅读全文
posted @ 2022-03-17 22:10 兮何其 阅读(21) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页