a,b,c,d,e,f=map(int,input().split()) print(":-(" if (a^c^e)&1 else ":-)")