01
Leap year rule
The Gregorian calendar determines leap years with these rules: first, a year divisible by 4 is a leap year; second, one divisible by 100 is a regular year; third, one divisible by 400 is a leap year again. For example, 2024 is divisible by 4 but not 100, so it is a leap year; 1900 is divisible by 100 but not 400, so it is a regular year; and 2000 is divisible by 400, so it is a leap year.