#include <fstream> #include <iostream> #include <string> class Human { std::string name; int age; public: Human(const std::string& name, ...
確定! 回上一頁