摘要:来百度APP畅享高清图片多次区间升序排序,输出最终结果。模拟、排序。#includeusing namespace std;int n, q, l, r;int a[105];int main {cin >> n;for(i
多次区间升序排序,输出最终结果。
模拟、排序。
#include
using namespace std;
int n, q, l, r;
int a[105];
int main {
cin >> n;
for(int i = 1; i
cin >> a[i];
}
cin >> q;
for(int i = 1; i
cin >> l >> r;
sort(a + l, a + r + 1);
}
cout
}
return 0;
}
来源:精彩教育
免责声明:本站系转载,并不代表本网赞同其观点和对其真实性负责。如涉及作品内容、版权和其它问题,请在30日内与本站联系,我们将在第一时间删除内容!