#include<iostream>
using namespace std;
int main(){
    int Age;
    float Height;
    cin>>Age;
    cout<<"Age: "<<age<<" years"<<endl;
    cin>>Height;
    cout<<"Heigh: "<<height<<" cm" <<endl;
    return 0;
    
}