求一个C语言程序。至少50行。谢谢!

日期:2021-07-10 22:00:55 人气:1

求一个C语言程序。至少50行。谢谢!

#include "stdio.h"
#include "string.h"
struct student
{ char birthday[20];
char name[20];
char telephone[20];
char address[20];
}stu[50];
int k=0;
void input();
void paixu();
    A+
热门评论