fork(1) download
  1. s=input()
  2. s1=s.replace('0','5')
  3. print(s1)
Success #stdin #stdout 0.02s 9176KB
stdin
4500
stdout
4555