homepage of Cisco
#include <iostream> using namespace std; int main() { cout << "Hello, LLPL" << endl; return 0; }