#include using namespace std; typedef long long ll; typedef pair P; #define REP(i,n) for(ll i=0;i> N >> S; if((N/2)%2==1) cout << "First" << endl; else cout << "Second" << endl; return 0; }