#include using namespace std; template inline void chmin(T1 &a,T2 b){if(a>b) a=b;} template inline void chmax(T1 &a,T2 b){if(a void drop(const T &x){cout<>n; vector ts(n); for(Int i=0;i>ts[i]; Int cnt=0,sum=0; for(Int d=0;d<12;d++){ set tt; tt.emplace((d+0)%12); tt.emplace((d+2)%12); tt.emplace((d+4)%12); tt.emplace((d+5)%12); tt.emplace((d+7)%12); tt.emplace((d+9)%12); tt.emplace((d+11)%12); Int flg=1; for(Int t:ts) flg&=tt.count(t); if(flg) cnt++,sum+=d; } if(cnt!=1) drop(-1); cout<