#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

  • @ 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