# https://open.kattis.com/problems/twosum
# 1s
# 1.4 Easy

# 28 chars not short enough for Top 10 (11..24)
p gets.split.map(&:to_i).sum
