-module m. -export[m/0]. m()->case io:fread("","~d.~s")of{_,[A,[B|_]]}->io:write(A+B div$5),io:nl(),m();_->0end.