fork(1) download
  1. first = input()
  2. second = input()
  3. third = input()
  4. all = first, second, third
  5. print('-'.join(all))
Success #stdin #stdout 0.02s 9020KB
stdin
dhaka
feni
borisal
stdout
dhaka-feni-borisal