#include <stdio.h>
typedef struct student
{
int num;
double score;
}STU;
int main(
C语言结构体初始化的几种方式
最新推荐文章于 2025-04-08 14:52:59 发布
#include <stdio.h>
typedef struct student
{
int num;
double score;
}STU;
int main(