#include<iostream> using namespace std; int main() { int command; while (true) { string feedback; cout << command << endl; cin >> feedback; } cout << "END" << endl; cout << endl; }