#include<stdio.h>
int main();
{
    int age;
    float height;
    scanf("%d", &age);
    scanf("%d", &height);
    printf("Age: %d\n" years);
    printf("Height: %d\n" height);
    return 0;
}