#include <iostream> int main(int argc,char** argv){ std::string x= std::string(argv[1]); std::cout<<x; }