#include #define syosu(x) fixed< P; typedef pair pdd; typedef pair pll; typedef vector vi; typedef vector vvi; typedef vector vd; typedef vector vvd; typedef vector vl; typedef vector vvl; typedef vector vs; typedef vector

vp; typedef vector vvp; typedef vector vpll; typedef pair pip; typedef vector vip; const int inf=1<<30; const ll INF=1ll<<60; const double pi=acos(-1); const double eps=1e-8; const ll mod=1e9+7; const int dx[4]={-1,0,1,0},dy[4]={0,-1,0,1}; vi a(3000); int n; vi b; set st; int f(int x){ // if(x<3000) return a[x]; while(x>=3000){ if(st.find(x)==st.end()) x-=34; } return a[x]; } int main(){ st.insert(48); st.insert(50); st.insert(65); st.insert(68); st.insert(85); a[1]=a[2]=1; for(int i=3;i<3000;i++){ vi b; for(int j=0;j>n; b=vi(n); for(int i=0;i>b[i]; sort(b.begin(),b.end()); int g=0,t=0; for(int i=1;i1){ g^=f(i-t); t=i; } g^=f(n-t); cout<<(g?"First":"Second")<