摘要: #include<iostream>#include<algorithm>using namespace std;int main(){ ios::sync_with_stdio(0); cin.tie(0); int arr[10] = { 1,56,33,69,84,2,30,99,512,32 阅读全文
posted @ 2023-04-25 21:36 a_true 阅读(14) 评论(0) 推荐(0)