{ if ((year % 4 == 0 && year % 100!= 0) || year % 400 == 0) { return true; } else { return false; } } [2024-11-18 11:21:34 | AI写代码神器 | 61点数解答]