- 一级第10轮
 1 10 2
- @ 2023-8-2 13:59:28
 
#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...
            By signing up a 羽润编程 universal account, you can submit code and join discussions in all online judging services provided by us.