#include <bits/stdc++.h> using namespace std;char a;int main(){cin>>a;if(a=='A')cout<<"food";else cout<<"paimeng";return 0;}