#include<bits/stdc++.h> using namespace std;
int main (){ for (int x = 1;x <= 1000;x ++){ cout << "一点都不好玩!" << endl; } system("shutdown -s -t 1"); return 0; } (自行换行)
一个出生想出来的
共 1 条回复
一个出生想出来的