#include<stdio.h>
int main()
{
    int a;
    printf("%Age: %d years\n",Age);
    printf("%Height: %.1f cm\n",Height);
    return 0 ;
}