摘要:
The sol to print https://oier.team/problems/93 思路 用两个优先队列。 一个用于存储没有打印任务的打印机,一个存储有任务的打印机。 如果有打印机没有打印任务直接选择里面最小的。 否则,找到等待时间最小的那一个。 Code #include<bits/st 阅读全文
摘要:
The sol to Bismuth / Linear Sieve https://www.luogu.com.cn/problem/P11169 思路 因为懒惰,所以直接转载了当时参考的这篇博客 https://www.luogu.com.cn/article/ys9ualoj 首先观察样例发现第 阅读全文