parseInt(str=readline()) = parse.(Int64, split(str)) function main() s = parse.(Int64, readline()::String |> collect) println(sum(s)) end main()