#include<iostream>
#include<string>
using namespace std;
void display(string name, int age)
{
    
}