盘大叔叔logo

a code….Just for fun!一个搞笑程序!!!

2009年09月16日     / 0评 / 0

//======自己照图片做了个小程序.....呵呵==========

#include "stdafx.h"
#include <iostream>
#include "Windows.h"

using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
cout << "Microsoft Windows 2000 [Version 5.000.2565]" << endl;
cout << "<C> 版权所有 1985-2000 Microsoft Corp.\n"<<endl;
while(true)
{
   cout << "C:\\>";
   Sleep(2000);
   cout << "开";
   Sleep(500);
   cout << "机" << endl;
   Sleep(300);
   system ("开机");
        /////////////////////  
   cout << "C:\\>";
   Sleep(2000);
   cout << "快";
   Sleep(500);
   cout << "开";
   Sleep(500);
   cout << "机" << endl;
   Sleep(300);
   system ("快开机");
   ///////////////////
   cout << "C:\\>";
   Sleep(2000);
   cout << "他";
   Sleep(500);
   cout << "妈";
   Sleep(500);
   cout << "的";
   Sleep(500);
   cout << "开";
   Sleep(500);
   cout << "机" << endl;
   Sleep(300);
   system ("他妈的开机");
   ////////////////////////////////
   cout << "C:\\>";
   Sleep(500);
   cout << "你";
   Sleep(500);
   cout << "他";
   Sleep(400);
   cout << "妈";
   Sleep(400);
   cout << "的";
   Sleep(400);
   cout << "快";
   Sleep(400);
   cout << "开";
   Sleep(400);
   cout << "机" << endl;
   Sleep(300);
   system ("你他妈的快开机");
   ///////////////////////////////////
   cout << "C:\\>";
   Sleep(500);
   cout << "操";
   Sleep(500);
   cout << "!";
   Sleep(200);
   cout << "!";
   Sleep(500);
   cout << "不";
   Sleep(400);
   cout << "开";
   Sleep(400);
   cout << "机";
   Sleep(400);
   cout << "我";
   Sleep(400);
   cout << "就";
   Sleep(400);
   cout << "砸";
   Sleep(300);
   cout << "了";
   Sleep(350);
   cout << "你";
   Sleep(300);
   cout << "!";
   Sleep(200);
   cout << "!" << endl;
   //////////////////////////////////////
   Sleep(500);
   cout << "\n\t\tLoading Windows 2000..." << endl;
   for(int i=0;i<=390;i++)
   {
    if (i%10==0)
     cout << ">>";
    Sleep(20);
   }
   Sleep(10000);
   cout << "仅供娱乐 By 小盘----http://www.pankuu.com\n";
   Sleep (20000);
}
return 0;
}
鲁ICP备2021023915号