#include <iostream> using namespace std; int main() { cout << "hello world!" << endl; system("Telnet 192.168.1.1"); system("pause"); return 0; }
#include <iostream>
using namespace std;
int main()
{
cout << "hello world!" << endl;
system("Telnet 192.168.1.1");
system("pause");
return 0;
}