摘要: 题目来源:https://www.luogu.com.cn/problem/P1616 ` int a[10010];int b[10010]; long long int dp[10000010]; int main() { int t, m;cin >> t >> m; for (int i = 阅读全文
posted @ 2025-04-21 19:15 yubai111 阅读(19) 评论(0) 推荐(0)