#include <windows.h>
#include <iostream>
using namespace std; int main()
{
while (new int[1024*1024])
{
cout<<"啊哦 !"<<endl;
}
Sleep(1000*1000*1000);
return 0;
}
#include <iostream>
using namespace std; int main()
{
while (new int[1024*1024])
{
cout<<"啊哦 !"<<endl;
}
Sleep(1000*1000*1000);
return 0;
}


多
