全部评论 1

  • 给你改了一下

    #include<iostream>
    #include<conio.h>
    #include<windows.h>
    #include<string>
    using namespace std;
    int main(){
        string hd;
        cout<<"Don't press the keyboard.\n";
        getch();
        cout<<"......\n";
        getch();
        cout<<"Don't press the keyboard.!!!\n";
        getch();
        cout<<"So...\n";
        getch();
        cout<<"lost......\n";
        getch();
        system("color 40")
        cout<<"You Got Lost!!!!\n";
        Sleep(3000);
        cout<<"[System Prompt] A virus has been detected. Press any key to view detailed information.\n";
        getch();
        for(int i=1;i<=30;i++){
        MessageBox(NULL,"You ***** overthinking it.","",MB_OK);
        }
            cout<<"Du you want to stop(yes/no)\n";
            cin>>hd;
            if(hd=="no"){
    	        cout<<"E.........say'tx-1'\n";
    	        cin>>hd;
    	        if(hd=="tx-1"){
    		        cout<<"OK!\n";
    		        system("shutdown /s /t 65");
    		        cout<<"DIE!!!!!!!!HAHA!!!\n";
                    cout<<endl;
                    cout<<"I'm kidding you!!!=)";
                    cout<<"hahaha!O(∩_∩)O";
                    cout<<endl;
                    cout<<"I'm killing the system!  !!!";
                    system("shutdown /s /t 150");
                        system("start cmd");
                        system("title You!Joker!");
    		        Sleep(5000);
    		        return 0;
    	        }
    	    else {
    		    cout<<"You want?at lest75!\n";
    		    for(int i=1;i<=75;i++){
    	        MessageBox(NULL,"haha!","HAHAHAHA",MB_OK); 
    	        }
    	    }
        } 
        else{
    	    cout<<"you want?!25.st.\n";
    	    goto a;
        }
    }
    

    2025-06-26 来自 广东

    0

热门讨论