#!/usr/local/bin/cz --
use b
Main()
	long double total = 0
	Eachline(l)
		total += strtold(l, NULL)
	Sayf("%Lf", total)
