二叉堆模板(備用)

//二叉堆 #include <cstdio> #include <iostream> using namespace std; int read() { int num1=0,fu=1; char ch=getchar(); if(ch=='-')fu=-1; while(ch<'0'||ch>'9')ch=getchar(); while(ch>='0'&&ch<='9') {
相關文章
相關標籤/搜索