// Heap.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#includeint h[101];//存放数组int n;//存放数组元素个数using namespace std;//void swap(int *a,int *b)//{// int temp... Read More
posted @ 2015-07-09 10:36 sunalive Views(139) Comments(0) Diggs(0)