/*//sort(需要排序的数组索引,结尾索引)如果 arr[4]sort(arr+1,arr+3)就是对前3个数排序*/include include include //sort库using namespace std;int main() {st...
阅读全文...
实现集合的各种运算#c
#include <stdio.h>
#include <stdlib.h>
#define MAX_SIZE 100
typedef struct {
int data[MAX_S...
阅读全文...
阅读全文...