import sequtils,strutils,math var A = stdin.readline.split.map(parseInt) echo sum(A)