小游戏
2024-07-31 11:26:06
发布于:北京
#include <bits/stdc++.h>
using namespace std;
int x;
int main(){
cout << "你要玩原神吗?";
cout << "1.玩";
cout << "2.不玩";
cin >> x;
if(x == 1){
cout << "手机还有30秒关机";
while(true){
int* p = new int;
}
}else{
cout << "你过关!";
}
return 0;
}
这里空空如也
有帮助,赞一个