import sequtils,strutils var A, B : int (A, B) = stdin.readline.split.map(parseInt) echo(A + B)