using namespace std; #include <iostream> #ifndef _PERSON_ #define _PERSON_ class Person { private: string firstname; string lastname; public: Person(); Person( ...
確定! 回上一頁