摘要: // ConsoleApplication4.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include<iostream> using namespace std; void kuaipai(int arr[], int left, int right 阅读全文
posted @ 2020-04-06 16:17 神迹丶 阅读(759) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> using namespace std; int main() { //插入排序理解 int arr[] = { 56, 12, 3, 7, 11,55,456,123,55,44,6,7,8,999,1 }; //定义一个int类型数组 int m = 0; 阅读全文
posted @ 2020-04-06 12:44 神迹丶 阅读(777) 评论(0) 推荐(0) 编辑
摘要: //头文件 #ifndef STUDENT_H #define STUDENT_H #include <string> #include <iostream> using namespace std; class Student { private: int id; //ID char* name; 阅读全文
posted @ 2020-04-06 01:38 神迹丶 阅读(4665) 评论(0) 推荐(0) 编辑
网站已运行: