#include #include #include #include #include #include #include #include #include #define rep(i,j,k) for(int i=j;i #define INF 1000000000 #define MOD 1000000009 #define pb push_back #define mp make_pair typedef long long ll; int dx[4]={0,1,0,-1},dy[4]={1,0,-1,0}; using namespace std; ll gcd(ll a,ll b){ if(a>x; v[x-1]++; } int two=0,th=0; rep(i,0,13){ if(v[i]==2)two++; if(v[i]==3)th++; } if(two==1&&th==1)cout<<"FULL HOUSE"<