#include #include #include using namespace std; using namespace atcoder; using mint = modint998244353; #define rep(i,n) for (int i = 0; i < (n); ++i) #define Inf32 1000000001 #define Inf64 4000000000000000001 map S; int get(int l){ if(l<=3)return 0; if(S.count(l))return S[l]; if(l>=200){ return get(102 + (l%34)); } set s; for(int i=2;i>_t; rep(_,_t){ int a,b; cin>>a>>b; if((get(a)^get(b))==0)cout<<"Second"<