仁爱皮皮虾

文章
3
资源
0
加入时间
4年1月24天

蓝桥杯基础试题 基础练习 矩形面积交 C++

差点就超时了……用的比较麻烦,排了两次序#include<iostream>#include<iomanip>using namespace std;void sort(double* a,int n) { double temp; for (int i = 0; i < n; i++) { for(int j=0;j<n-i-1;j++){ ...