ans=0 gets.split(" ").each_slice(2){|a,b| ans+=a.to_i%2 } puts (ans%2==0)?(":-)"):(":-(")