C语言问题

日期:2021-04-20 13:18:44 人气:1

C语言问题

#include <stdio.h>
struct stu
{
int num;
char name[15];
float score;
};
void main()
{
stu student[5]={{101,"li ping",45}, //...此处不用改。....
{102,"zhang ping",62
    A+
热门评论