摘要:
#include<bits/stdc++.h> using namespace std; int temp = 1; int count1 =0; void cout1(int k, int j) { for (int i = 0; i < k; i++) { cout << i+j; if (i 阅读全文
摘要:
#include<bits/stdc++.h> using namespace std; int num, sum,sum1=0,count1 =0, r; int a[100]; vector<int>vec; int main() { for (int i = 0; i < 100; i++) 阅读全文
摘要:
#include<bits/stdc++.h> using namespace std; #define swap1(a,b) do{int c=a, a =b, b =c}while(0) //将k为根的子树调整为大根堆 void HeadAdjust(int a[], int k, int le 阅读全文