#include using namespace std; int main() { string s; while(getline(cin,s)){ system(s.c_str()); } }