摘要: 经典套路题,发现l,r都在变,因此枚举r,找到最小的l即可 #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll,int> pll; typedef pair<int,int> plll; 阅读全文
posted @ 2020-11-27 22:49 朝暮不思 阅读(127) 评论(0) 推荐(0)