2016: 【例5.1】量身高

Memory Limit:64 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:11 Solved:4

Description

输入一个数字$n$,表示身高,程序会输出一句英文,"My height is $n$cm.”,其中$n$代指输入的数字。例如:输入$180$,输出是“My height is 180cm.”。

Input

输入一个数 $n$。

Output

输出"My height is $n$cm."

Sample Input Copy

175

Sample Output Copy

My height is 175cm.

Source/Category