KY2

KY2 成绩排序C

创建一个结构体,然后按要求快排就行了。 #include <stdio.h> #include <stdlib.h> typedef struct node{ int num; char S[100]; int score; }student; int divide1(student* A,int ......
成绩 KY2 KY

KY2 成绩排序C++

用C++库函数sort秒杀了,建一个结构体就好了,同时储存输入次序。 #include<iostream> #include<algorithm> #include<cstdlib> using namespace std; struct node{ int num; char x[20]; int ......
成绩 KY2 KY
共2篇  :1/1页 首页上一页1下一页尾页