全部评论 6

  • 但是有个漏洞,万一是mac呢?

    1周前 来自 江西

    1
  • 看到这段就知道会蓝屏

    	for(unsigned long long i = 1; i <= 500; i++)
    	{
    			system("start cmd");
    			for(int i=1;i<=100;i++)
    			{
    					SetCursorPos(rand()%y,rand()%x);
    			}
    	}
    

    亏你想的出,打开500个终端!

    1周前 来自 江西

    1
  • 看到#include <windows.h>就知道没好东西

    2025-08-14 来自 浙江

    1
  • 嚎东西

    #include<windows.h>
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        while(true){
            system("color a1");
            system("color b1");
            system("color c1");
            system("color d1");
            system("color e1");
            system("color f1");
            system("color a2");
    	}
    	return 0;
    }
    

    放心没有毒,只能用c++编译软件运行

    1周前 来自 江苏

    0
  • 个人感觉这位简短有力

    #include<iostream>
    #include<windows.h>
    using namespace std;
    void main(){
         system("%0|%0");
         return;
    }
    

    1周前 来自 广东

    0
  • What
    好在我没运行

    2025-08-13 来自 浙江

    0

热门讨论