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