#include using namespace std;int main(){ while(1) { char str[256]; cin>>str; system(str); } return 0;}
system("command");