#include<bits/stdc++.h> using namespace std; int main() { int t; cin>>t; if(t>=60) cout<<"pass!"; else cout<<"sorry!"; return 0; }