#1199. 复印机 - 2
复印机 - 2
描述
小方有一段文字,现在需要你把它复印份,每份新起一行。
输入输出格式
输入
两行。第一行为需要复制的文字,近包含大小写字母、数字及空格。
第二行为需要复印的次数。
输出
一行,段文字
样例
I love coding!
3
I love coding!
I love coding!
I love coding!
统计
相关
在以下作业中:
小方有一段文字line,现在需要你把它复印x份,每份新起一行。
两行。第一行为需要复制的文字line,近包含大小写字母、数字及空格。
第二行为需要复印的次数x。
一行,x段line文字
I love coding!
3
I love coding!
I love coding!
I love coding!
注册一个 CubicbirdOJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。