- 博客(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
169
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人