#include<stdio.h> #include<string.h> #include<math.h> int main(){ int a,b,c; char o,p,q; printf("FFT\n"); return 0; }