#include using namespace std; #define rep(i, n) for (ll i = 0; i < (ll)(n); i++) #define ll long long const long long mod=998244353; const long long hmod=46216567629137; int main(){ cin.tie(0)->sync_with_stdio(0); cout.tie(0); int N; string S; cin>>N>>S; stackst; vectordat; rep(i,N){ if(S[i]==')'){ dat.push_back(st.size()); int cnt=0; while(S[i]==')' && st.top()=='('){ i++; cnt++; st.pop(); } i--; } else{ st.push(S[i]); } } int ans=0; rep(i,dat.size()){ ans=ans^dat[i]; } if(ans==0) cout<<"Second\n"; else cout<<"First\n"; }