摘要: #include<iostream> #include<bits/stdc++.h> using namespace std; class hip { public: int *a; int cnt; hip(){a=0,cnt=0;} hip(int arr[],int n) { cnt=n; a 阅读全文
posted @ 2021-05-03 13:45 摸鱼选手LLF 阅读(48) 评论(0) 推荐(0)