#include <iostream> int main() { while (1) { using namespace std; cout << "helloword"; cout << endl; } return 0; }
C++ --- Hellowrod
原文:http://www.cnblogs.com/love29850706/p/6227893.html