摘要:
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 阅读全文
摘要:
A.盒子 //https://github.com/Ckeyliuhi/acm-iters #include <bits/stdc++.h> using namespace std; using i64 = int64_t; bool check (int x, int a, int b) { re 阅读全文