摘要: RC-v1 泼天的富贵 思路: 签到题把公式化开即可得到 Code: #include<bits/stdc++.h> using namespace std; const int N = 1e3 + 5; int a[N], b[N]; struct node { int x, id; } ; in 阅读全文
posted @ 2025-08-23 23:43 Iter-moon 阅读(27) 评论(0) 推荐(0)