#include using namespace std;int main(){int t,h,w;cin>>t;while(t--){cin>>h>>w;cout<<((h+w)%2?"sepa":"ryota")<