- 博客(1)
- 收藏
- 关注
原创 关于C++中的一个问题
#include <iostream> #include <string> using namespace std; //学生的结构体定义 struct Student { string sName; int score = 0; }; //老师的结构体定义 struct Teacher { string tName; struct Student sArray[5]; }; //给老师和学生赋值的函数 void allocateSpace(struct Teach.
2021-06-06 16:26:32 149 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人