#include using namespace std; int main() { while (true) { string command; cout << ">>>"; getline(cin, command); if (command == "list"){ cout << "list" <