摘要:
2021初赛:查找、排序 阅读全文
摘要:
【HDU 4807】 Lunch Time 最小费用最大流 阅读全文
摘要:
陌上花开 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N = 1e5 + 10, M = 2e5 + 10; int n, k, m, ans[N], tr[M], res[N], tot[ 阅读全文
摘要:
没写完,就被不小心关机了 https://vjudge.net/contest/446131 [ARC103] Robot Arms link 现在你有 \(n\) 个点,然后让你构造一个长度为 \(m\) 的序列,序列中 \(d_i\) 是每一次移动的距离,输出这个序列, 你对每个点对 \((x_ 阅读全文