2017年5月9日
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 using namespace std; 11 12 void Heapfy(int a[], int idx, int max)//堆调整 13 { 14 int... 阅读全文
posted @ 2017-05-09 15:24 无惧风云 阅读(123) 评论(0) 推荐(0)
摘要: You are given a string representing an attendance record for a student. The record only contains the following three characters: A student could be re 阅读全文
posted @ 2017-05-09 15:09 无惧风云 阅读(146) 评论(0) 推荐(0)