fork download
  1. a=input()
  2. b=input()
  3. a=a.replace(' ',b)
  4. print(a)
Success #stdin #stdout 0.02s 9072KB
stdin
80 381 83 51 200
Einstein
stdout
80Einstein381Einstein83Einstein51Einstein200