import strutils,sequtils,math echo sum(readLine(stdin).split.mapIt(it.parseInt))