不敢死队问题
不敢死队问题
#include <stdio.h>
#include <stdlib.h>
struct node
{
int date;
struct node *next;
};
struct node *creat(int n);
int sel(struct node *head,int n,int
原创
2018-08-01 10:05:46 ·
187 阅读 ·
0 评论