#include <bits/stdc++.h> using namespace std; typedef long long ll; #define N 100010 int main() { puts("FFT"); return 0; }