#include #include using namespace std; struct Harem { int id; int age; string name; }; void show(const Harem &hm) // ⭐ 类型必须写 { cout <<" " <