#include #include using namespace std; int main(){ int t,x,tmp=0; cin>>t; while(cin>>x){ if(abs(tmp-x)!=1) cout<<'F'<