链表信息
于 2022-02-14 发布
文件大小:3.43 kB
0 90
下载积分: 2
下载次数: 1
代码说明:
学生信息建立 // 上机实验二.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "iostream.h" #include "string.h" struct Student { char id[10]; char name[10]; char sex[10]; char grade[10]; char tel[10]; int age; };
下载说明:请别用迅雷下载,失败请重下,重下不扣分!
发表评论