- 编程
整人!
- 2025-7-11 17:30:58 @
#include<bits/stdc++.h>
using namespace std;
int main() {
int n=1,s=1;
for(int i=0;i<=n;i++){
cout<<"电脑故障!!!"<<"
";
for(int j=0;j<=s;j++){
n++;
cout<<"正在关机..."<<" ";
}
}
return 0;
}
0 条评论
目前还没有评论...