#include<iostream>
using namespace std;
int main(){
    int age;
    float height;
    cout<<"Age:11 years";
    cout<<\n"Height:50.8";

}