import strutils, sequtils let xs: seq[int] = readLine(stdin).strip().split().map(parseInt) let str: string = readLine(stdin).strip() echo xs[0] + xs[1], " ", str