#include <bits/stdc++.h>
using namespace std;
int main()
{
	int p,f;
	cin>>p;
	if(p>=60 && f<=60){
		cout<<"P";
	}
	else{
		cout<<"F";
	}
	return 0;
}

0 comments

No comments so far...