a = list(map(int,input().split())) x = a[0]**a[1] + a[2]**a[3] + a[4]**a[5] if x % 2 == 0: print(":-)") else: print(":-(")