#include using namespace std; int main(int argc, char* argv[]) { if (argc > 2) { printf("%s\n",argv[2]); cout << endl; } return 0; }