import strutils, sequtils var a, b: int (a, b) = stdin.readLine.split.map(parseInt) let s = stdin.readLine echo a + b, " ", s