// #pragma comment(linker, "/STACK:1024000000,1024000000") #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; #define rep(i, l, r) for(int i=l; i<=r; i++) #define dow(i, l, r) for(int i=l; i>=r; i--) #define fi first #define se second #define pb push_back #define mp make_pair #define clr(x, c) memset(x,c,sizeof(x)) typedef long long ll; typedef unsigned long long ull; typedef pair Pii; inline int read() { int x=0,f=0; char ch=getchar(); while (ch<'0' || '9'n) // struct edge{int y; edge *n;} e[maxm], *fir[maxn], *pt=e; // void AddE(int x, int y){pt->y=y, pt->n=fir[x], fir[x]=pt++;} // =========================== 快速幂 // inline int pow(int x, int t) { // int g = 1; // while (t) { // if (t&1) g = 1LL*g*x%Q; // x = 1LL*x*x%Q; // t >>= 1; // } // return g; // } // ====================================================== 主程序 int main() { int T = read(); while (T--) { int n = read(), num = 0; rep(i, 1, n) if (i == read()) num += 1; if (1.0 * num / n >= 0.001) puts("First"); else puts("Second"); } return 0; }