题目详情
返回题库题目描述
输入一个数字n,表示身高,程序会输出一句英文,"My height isncm.”,其中n代指输入的数字。例如:输入180,输出是“My height is 180cm.”
输入描述
输入一个数n。
输出描述
输出"My height isncm."
输入一个数字n,表示身高,程序会输出一句英文,"My height isncm.”,其中n代指输入的数字。例如:输入180,输出是“My height is 180cm.”
输入一个数n。
输出"My height isncm."
175
My height is 175cm.