Problem A: 3-2字符串输入输出函数

"
Time Limit $1$ 秒/Second(s) Memory Limit $512$ 兆字节/Megabyte(s)
提交总数 $122$ 正确数量 $46$
裁判形式 标准裁判/Standard Judge 我的状态 尚未尝试
难度 分类标签

编写函数GetReal和GetString,在main函数中分别调用这两个函数。在读入一个实数和一个字符串后,将读入的结果依次用printf输出。
两次输入前要输出的提示信息分别是" please  input  a  number:\n”和" please  input  a  string:\n"



9.56 
hello 
please input a number:
please input a string:
9.56 
hello