- 分享
好玩的代码[dog]有问题的话关机重启就好了,或者关掉主运行框
- 2024-1-31 16:37:41 @
#include<bits/stdc++.h>
#include<windows.h>
int main()
{
// a:std::cout<<"大傻逼"<<std::endl;
system("pause");
// goto a;
int i=0;
while(i==0)system("start cmd");return 0;
}
2 comments
-
leixinhang2012 LV 7 @ 2024-12-6 16:37:14
给你个升级版
#include<bits/stdc++.h> #include<windows.h> int main(){ int a = rand(); int b = rand(); std::cout << "--------------------------------"<<"\n"; std::cout << "Process exited after "<<a<<'.'<<b<<" seconds with return value 0" << "\n"; system("pause"); while(0==0)system("start cmd");return 0; }
-
2024-11-30 15:53:30@
6
- 1