#include<iostream>
using namespace std;
int main()
{
    int a,year,date,month;
    cin>>a;
    if(a==year"-"month"-"date)
}