怪怪的晨旭

黄锦昱  •  1个月前


#include <bits/stdc++.h>
#include <windows.h>
using namespace std;
void ret()
{
	cout << "\n--------------------------------\nProcess exited after 2.55 seconds with return value 0\n";
	system("pause");
}
int main()
{
	while(true) ret();
}

评论:

建议把0改成3221225477


A班陈旻霄  •  21天前