#include<iostream>
using namespace std;
int main()
{
    int i;
    cout<<"2019-01-09"<<endl;
}
    return 0;
}