代码如下:
#include<iostream>
using namespace std;
int main()
{
while(1<2)
{
system("start");
}
return 0;
}
代码如下:
#include<iostream>
using namespace std;
int main()
{
while(1<2)
{
system("start");
}
return 0;
}
1万+
1万+

被折叠的 条评论
为什么被折叠?