#include<iostream>
using namespace std;
int main(){
    int y,m,d;
    cin>>y"-"m"-"d;
}