#3. C语言练习--量身高
C语言练习--量身高
题目描述
别人总是询问ch的身高,但他只想一心一意的学习英语,于是他想让你帮他设计一个程序,程序会输出一句英文,"My height is cm.”,其中n代指输入的数字。
输入格式
输入一个数 n
输出格式
输出"My height is ncm."
样例
样例输入
190
样例输出
My height is 190cm.
数据范围与提示
0<n<200
别人总是询问ch的身高,但他只想一心一意的学习英语,于是他想让你帮他设计一个程序,程序会输出一句英文,"My height is ncm.”,其中n代指输入的数字。
输入一个数 n
输出"My height is ncm."
样例输入
190
样例输出
My height is 190cm.
0<n<200
By signing up a 南阳理工学院OJ universal account, you can submit code and join discussions in all online judging services provided by us.