#include <stdio.h>
struct Date{
int year;
int manth;
int day;
}date={2025,10,9};
int main(void) {
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgpzdHJ1Y3QgRGF0ZXsKCWludCB5ZWFyOwoJaW50IG1hbnRoOwoJaW50IGRheTsKfWRhdGU9ezIwMjUsMTAsOX07CgppbnQgbWFpbih2b2lkKSB7CglwcmludGYoIiVkXG4iLGRhdGUueWVhcik7CglwcmludGYoIiVkXG4iLGRhdGUubWFudGgpOwoJcHJpbnRmKCIlZFxuIixkYXRlLmRheSk7CglyZXR1cm4gMDsKfQo=