摘要: #include<iostream>#include<thread>using namespace std; void fun(int a[],int len){ for(int i =1;i<len;i++){ int temp =a[i]; int j = i-1; while(temp<a[j 阅读全文
posted @ 2022-03-19 22:21 Dsad123FFFG6645 阅读(19) 评论(0) 推荐(0)
摘要: #include<bits/stdc++.h> using namespace std; int num, count1,count2,sum; int temp = 0,temp1 = 0; int a[100],b[100]; int* p; void fun(int b[]) { for (i 阅读全文
posted @ 2022-03-19 12:47 Dsad123FFFG6645 阅读(41) 评论(0) 推荐(0)