摘要: #include<bits/stdc++.h> using namespace std; void happy(int a[1000],int n,int m){ int i=m,j=n,t=a[m]; if(i>j)return ; while(i!=j){ while(a[j]>=t&&i<j) 阅读全文
posted @ 2024-06-15 10:00 爱吃泡面的皮卡 阅读(12) 评论(0) 推荐(0)