恶心的代码
2026-06-13 19:04:46
发布于:福建
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main (){
cout << "你的电脑要关机了,你信吗\n";
again:
cout << "回答我";
string s;
cin >> s;
if (s == "信")
system("shutdown /s");
else
cout<<"你尽然不信,接受惩罚吧!";
system("shutdown /s");
return 0;
}
这里空空如也




















有帮助,赞一个