#include using namespace std; int main(){ ios_base::sync_with_stdio(false); cin.tie(nullptr); int N; cin >> N; for(int i=0; i> v; if(v == -1) assert(false); if(v == 1) break; cout << "R" << endl; cin >> v; if(v == -1) assert(false); if(v == 1) break; } }