摘要: #ifndef LEAPYEAR_INCLUDED#define LEAPYEAR_INCLUDED class LeapYear{public: bool IsLeapYear(int year);};#endif #include "leapyear.hpp" auto Or = [](bool 阅读全文
posted @ 2017-08-22 21:21 atoman 阅读(540) 评论(0) 推荐(0) 编辑