2007/06/04 | 死循环程序
类别(计算机与编程) | 评论(0) | 阅读(50) | 发表于 14:42

#include <iostream>
#include <string>
#include <time.h>
using namespace std;

main ()
{
string user_name;
cout<<"========================="<<endl;
cout<<"please input your name:  ";

cin>>user_name;
//int n;
loop: cout<<"Now Loading";
for (int n=1;n<1000000000;n++)
{
 if (n%10000000==0)
 {
  cout<<".";
 }
};
cout<<endl;
cout<<"hi,"<<user_name<<endl;
cout<<"you are killed,haha"<<endl;
goto loop;
return 0;
}

0

评论Comments

日志分类
首页[666]
计算机与编程[133]
EMU[40]
UFOs[24]
房产[127]
音乐[13]
LOG[0]
经济[120]
影视[3]
物理[7]
数学[8]
社会[105]
职场[9]
生物医学[18]
生活[59]