#include using namespace std; int main() { int t; cin >> t; for(int i=0; i> h >> w; if((h+w)% 2 == 0) cout << "ryota" << endl; else cout << "sepa"; } }