#include #include using namespace std; int main(){ int N; string S; cin >> N; cin >> S; cout << "First" << endl; return 0; }