a1,b1,a2,b2,a3,b3 = map(int,input().split()) sum_ = a1**b1+a2**b2+a3**b3 if sum_%2==0: print(":-)") else: print(":-(")