摘要: 题目链接:https://ac.nowcoder.com/acm/contest/5086/E 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define int long long 4 int l,r,cnt,a[10005]; 5 voi 阅读全文
posted @ 2020-04-12 17:48 Maynerd 阅读(189) 评论(0) 推荐(0) 编辑