#!/usr/local/bin/cz --
use b
Main()
	long long int total = 0
	Eachline(l)
		total += atoll(l)
	Sayf("%lld", total)
