python 实现
s=input() a=int(s.split(" ")[0]) b=int(s.split(" ")[1]) for i in range(a+b): print("Wang!",end="")