#include <iostream> int main() { while (1) { using namespace std; cout << "helloword"; cout << endl; } return 0; }