摘要: 1.Game on Ranges 原题链接:http://162.14.124.219/contest/1011/problem/B 看懂英文后进行排序,按照区间长度从短到长,起始数字从小到大来排序,再依次标记赋值,模拟这个过程即可 查看代码 #include <bits/stdc++.h> #de 阅读全文
posted @ 2024-07-26 15:57 伊芙加登 阅读(5) 评论(0) 推荐(0) 编辑