You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
153 B

2 years ago
  1. #pragma once
  2. namespace iflytop {
  3. using namespace std;
  4. class DateHelper {
  5. public:
  6. static int getMaxDay(int year, int month);
  7. };
  8. } // namespace iflytop