a = gets.split.map(&:to_i)
s = a[0]+a[2]+a[4]
puts (s%2 == 0 ? ":-)" : ":-(")