#include<iostream> #include<algorithm> #include<cmath> #include<cstdio> const int maxn=1e4; using namespace std; int main() { int n; printf("FFT"); }