#include<stdio.h>
int main(){
    scanf("%d", &years);
    if ('year<1'){
        printf("Invalid Input\n");
    }
    
    return 0;
}