#include<bits/stdc++.h>
using namespace std;
#define int long long

string command;
signed main(){
	while(true){
		string feedback;
		command
	}
	return 0;
}