摘要: A. TubeTube Feed 分析: 从所有a[i]+i-1<=t的选择种取个max即可 code: #include <bits/stdc++.h> using namespace std; const int N = 55; int a[N], b[N]; int main() { std: 阅读全文
posted @ 2023-05-04 23:31 scoxty 阅读(67) 评论(0) 推荐(0)