#include<iostream>
using namespace std;
int main(){
    char a,b;
    cout<<"enter your date of brith"<<endl;
    cin>>"">>a;
    cout<<"enter the leap year"<<endl;
    cin>>b;
}