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