#include<stdio.h>
int main(){
    int age;
    printf("enter age:");
    scanf("%d",age);
}