C++ --- Hellowrod

#include <iostream>

int main()
{
    while (1)
    {
        using namespace std;

        cout << "helloword";
        cout << endl;
    }

    return 0;
}

 

posted on 2016-12-27 23:24  29850706  阅读(109)  评论(0编辑  收藏  举报

导航