摘要: #include <iostream> #include <algorithm> using namespace std; int a[100010]; bool compare(int a,int b){ return a>b; } int main() { int N,l1,r1,l2,r2; 阅读全文
posted @ 2020-03-26 19:31 Tricia11 阅读(6) 评论(0) 推荐(0)