#!/usr/bin/env ruby problem = :fake #input = File.readlines("#{problem}.input", chomp: true) input = DATA.read result = :solution puts result __END__