#pragma once namespace iflytop { using namespace std; class DateHelper { public: static int getMaxDay(int year, int month); }; } // namespace iflytop