#include using namespace std; int main() { int n,p = 0,x; cin >> n; for(int t = 0;t> x; if(x == p||!(p-x==1||p-x==-1)){ cout << "F"; return 1; } } cout << "T"; return 0; }