C/C++] C语言编程高手请进!帮个忙!...

日期:2021-10-28 03:12:11 人气:1

C/C++] C语言编程高手请进!帮个忙!...

我以前做过一个的,你自己拿去改改名字吧~~很长的哦~~
#include<stdio.h>
#include<string.h>
#include<stdlib.h> //malloc函数需要的头文件
#include<assert.h> //宏assert需要的头文件
struct student
{
char number[11];
    A+
热门评论