import strutils,sequtils

var a,b: int
(a,b) = stdin.readLine.split.map parseInt

echo a + b," ",readLine stdin