#include<stdio.h> #include<stdlib.h> #include<math.h> typedef struct { int data[100]; int

2025-05-15 21:42:20
推荐回答(1个)
回答1:

初始化结构体时,定义一个数组,再给指针

~