春招模拟赛|2022年9月21日华子秋招机试三道题
- Status
- Done
- Rule
- IOI
- Problem
- 3
- Start at
- 2023-4-10 19:00
- End at
- 2023-4-10 21:00
- Duration
- 2 hour(s)
- Host
- Partic.
- 186
No testdata at current.
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
按题意模拟即可。需要想到使用优先队列维护本地 DNS 缓存。这里注意不要直接使用 TTL 存储而是直接存储一个 URL 的生存周期结束时间,这样利于优先队列排序和删除处理。
更多的细节可以见代码的逐行注释。
本题属于以下题库,请选择所需题库进行购买