#include<bits/stdc++.h> using namespace std; int main(){ int a,b,n; cin>>a; if(a>=60){ cout<<"pass!"<<endl; } else{ cout<<"sorry!"<<endl; } }