2007: 【C++】字符串和数字相乘
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:16
Solved:15
Description
使用函数,模拟python中字符串和整数相乘的效果。
Input
第1行:字符串
第2行:整数
第2行:整数
Output
一行,相乘后的字符串。
Sample Input Copy
Abc
3
Sample Output Copy
AbcAbcAbc