l = gets.chomp.to_i m = gets.chomp.to_i n = gets.chomp.to_i nn = n % 25 m += n / 25 mm = m % 4 l += m / 4 ll = l % 10 puts ll + mm + nn