a = [int(i) for i in input().split( )] if (a[0] + a[2] + a[4]) % 2 == 0: print(':-)') else: print(':-(')