-
取石子
黑客帝国
-
曹莫凡
@
2025-8-3 10:56:00
#include<bits/stdc++.h>
using namespace std;
int main(){
system("color 5f");
unsigned long long a,b,c,q=0;
cout<<"黑客帝国……启动!!";
_sleep(1000);
cout<<"目标:钱>=12345678900987654321";
cout<<"1.打劫 2.打工";
cin>>a;
if(a==1){
cout<<"你打劫了,你被警察打死了!";
while(1){
cout<<"------- - - - - - --- -- ---- - - -- -- ---- \n";
cout<<"---------- - - - ------ - ----- --- - -- ------ -- \n";
}
}
if(a==2) cout<<"你打工,钱+99999\n";
q+=99999;
cout<<"买房…………1.海景别墅¥99998 2.毛坯¥9999 3.精装¥20000";
cin>>b;
if(b==1){
cout<<"钱=1,海景别墅你住上了 BUT你死了(穷死的)";
while(1){
cout<<"------- - - - - - --- -- ---- - - -- -- ---- \n";
cout<<"---------- - - - ------ - ----- --- - -- ------ -- \n";
}
}
if(b==2){
cout<<"钱=90000,你住上了毛坯 你过着平凡的生活\n";
q-=9999;
}
if(b==3){
cout<<"钱=79999,你住上了精装 BUT你死了(被债逼死的)";
while(1){
cout<<"------- - - - - - --- -- ---- - - -- -- ---- \n";
cout<<"---------- - - - ------ - ----- --- - -- ------ -- \n";
}
}
cout<<"你是一个富翁\n你开发:\n";
cout<<"1.小蠢才电话手表 2.化为电脑 3.纳米科技\n";
cin>>b;
if(b==1){
cout<<"失败,钱=-3465753445757356433253645745324235465763423124365452";
while(1){
cout<<"------- - - - - - --- -- ---- - - -- -- ---- \n";
cout<<"---------- - - - ------ - ----- --- - -- ------ -- \n";
}
}
if(b==2){
cout<<"人们觉得名字不好,失败,钱=-34";
while(1){
cout<<"------- - - - - - --- -- ---- - - -- -- ---- \n";
cout<<"---------- - - - ------ - ----- --- - -- ------ -- \n";
}
}
if(b==3){
cout<<"卖的很好,钱=12345678900987654\n";
q=12345678900987654;
}
cout<<"你是全国第1富豪\n";
cout<<"1.集卡,英雄对决 2.开公司 3.摆摊\n";
cin>>b;
if(b==1){
cout<<"你获得全球NO.1,钱=1234567890987654321\n";
cout<<"你要干嘛?、\n";
cout<<"1.造核弹 2.造枪";
cin>>b;
if(b==1){
cout<<"你被发现,被枪毙\n";
while(1){
cout<<"------- - - - - - --- -- ---- - - -- -- ---- \n";
cout<<"---------- - - - ------ - ----- --- - -- ------ -- \n";
}
}
if(b==2){
cout<<"你被发现,被枪毙\n";
while(1){
cout<<"------- - - - - - --- -- ---- - - -- -- ---- \n";
cout<<"---------- - - - ------ - ----- --- - -- ------ -- \n";
}
}
}
if(b==2){
while(1){
cout<<"------- - - - - - --- -- ---- - - -- -- ---- \n";
cout<<"---------- - - - ------ - ----- --- - -- ------ -- \n";
}
}
if(b==3){
cout<<"成功!!!!!!!!!!钱=12345678900987654322";
__sleep(1000);
for(int i=1;;i++){
cout<<"you are winner!!!";
if(i%10==0){
cout<<"\n";
}
}
}
return 0;
}