class CSDN { public: CSDN{}; ~CSDN{}; private: unsigned int year; unsinged int month; unsinged int day; what(); }