#include <stdio.h>
int main()
{
    int age;
    float height;
    printf("the age is:");
    scanf("%d",&age);
    printf("the heidht is:";)
    scanf("%1f",&height);
    printf("Age:%d",years);
    printf("Height:%1f",cm);
    return 0;
}