while 1: a=input().split();b=[] while a:x,*a=a;i='M'<x;k=int(x[1]);b+=i*b[-k:]or a[:k];a[:k]*=i print(*b)
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page