#include using namespace std; int main(){ int q,w,e,r,t,y,odd=0; cin>>q>>w>>e>>r>>t>>y; odd = (q&1)+(e&1)+(t&1); if(odd&1)cout<<":-("<