fork download
  1. print(" ".join(map(str, list(map(int, input().split())))))
Success #stdin #stdout 0.02s 27696KB
stdin
45  12 54 68   99 -123  +14
stdout
45 12 54 68 99 -123 14