问题标题: JUMPEL(以后在这里更新!)

0
0
已解决
王子耀
王子耀
缔造者
缔造者

代码:

#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
long long a,b,x,y,MAX=100,MIN=1,cnt;
int main(){
	while(1){
		cout<<"欢迎来到游戏中心!"<<endl;
		cout<<"1. 玩游戏       2.金币商城       3.退出游戏";
		cin>>a; 
		system("cls");
		if(a==1){
			cout<<"1.猜数游戏!"<<endl<<"2.问答游戏";
			cin>>b;
			system("cls");
			if(b==1){
				cout<<"欢迎来到猜数游戏,正在加载中,请稍后";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				system("cls");
				cout<<"加载成功!!!"; 
				Sleep(2000);
				system("cls"); 
				cout<<"猜数游戏现在开始!";
				cout<<endl<<"数字范围在1~100之间!\n";
				srand((int)time(NULL));
        int ans=MIN+rand()%(MAX-MIN+1);
        for(int i=10;i>=1;i--){
            cout<<"HP:"<<i<<endl;
            cout<<"请输入一个数("<<MIN<<"~"<<MAX<<")\n";
            cin>>a;
            if(a==ans&&i==1){
                Sleep(500);
                system("cls");
                cout<<"妙啊!!!一次猜中!!!";
                break;
            }
            if(a<ans&&a<=100){
                Sleep(500);
                system("cls");
                cout<<"啊哦,猜小了!!!\n"; 
            }
            if(a>ans&&a<=100){
                Sleep(500);
                system("cls");
                cout<<"啊哦,猜大了!!!\n"; 
            }
            if(a==ans){
                Sleep(500);
                system("cls");
                cout<<"恭喜你,猜对了!!!\n";
                Sleep(1000);
                system("cls");
                break;
            }
            if(a!=ans&&i==0){
                Sleep(500);
                system("cls");
                cout<<"继续加油!!!\n";
                cout<<"正确答案应该是:"<<ans;
				Sleep(3000); 
            }
            if(a==666){
                Sleep(500);                             
                system("cls");
                cout<<"激活彩蛋!!!啦啦啦~~~";
                Sleep(1000);
                system("cls");
                cout<<"血量减少!!!noooo";
                cout<<"减少10血量!!!"; 
                    for(int j=1;j<=10;j++){
                        Sleep(500);
                        system("cls");
                        i--;
                        cout<<"hp:"<<i;
                    } 
                Sleep(500);
                cnt++;
                system("cls");
                cout<<"减少完毕!!!";  
                Sleep(1000);
                continue;
            }
            if(a==9999){                            
                Sleep(500);                             
                system("cls");
                cout<<"激活彩蛋!!!啦啦啦~~~";
                Sleep(1000);
                system("cls");
                cout<<"血量增加!!!\n增加10血量!!";
                    for(int j=1;j<=10;j++){
                        Sleep(500);
                        system("cls");
                        i+=1;
                        cout<<"hp:"<<i;
                    } 
                Sleep(500);
                cnt++;
                system("cls");
                cout<<"增加完毕!!!";
            }
            if(b==2){
            	system("cls");
            	cout<<"对不起,暂未开发,预计在 2021.4.19开发!!!" ; 
			}
            Sleep(1000);
            system("cls");
        }
			}
			else if(b==2){
				system("cls");
            	cout<<"对不起,暂未开发,预计在 2021.4.16开发!!!" ; 
			}
			else if(b==3){
				cout<<"再见!!!";
				return 0;
			}
		}
	}
}

欢迎其他同学一起编写哦!(扣“加入编写”即可)

王子耀在2021-04-15 21:17:02追加了内容

以后都在这里更新哦~~

王子耀在2021-04-16 22:27:56追加了内容

JUMPEL 1.1版本更新啦!!!

#include<bits/stdc++.h>
#include<fstream>
#include<windows.h>
using namespace std;
long long a,b,x,y,MAX=100,MIN=1,cnt,zf=100,jj,Q1,Q2,Q3,W4,sr;
int main(){
	while(1){
		cout<<"欢迎来到GUMPEL 1.1版本!"<<endl;
		cout<<"1. 玩游戏       2.金币商城       3.退出游戏\n";
		cin>>a; 
		system("cls");
		if(a==1){
			cout<<"1.猜数游戏!"<<endl<<"2.问答游戏\n";
			cin>>b;
			system("cls");
			if(b==1){
				cout<<"欢迎来到猜数游戏,正在加载中,请稍后";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				system("cls");
				cout<<"加载成功!!!"; 
				Sleep(2000);
				system("cls"); 
				cout<<"猜数游戏现在开始!";
				cout<<endl<<"数字范围在1~100之间!\n";
				srand((int)time(NULL));
        int ans=MIN+rand()%(MAX-MIN+1);
        for(int i=10;i>=1;i--){
            cout<<"HP:"<<i<<endl;
            cout<<"请输入一个数("<<MIN<<"~"<<MAX<<")\n";
            cin>>sr;
            if(sr==ans&&i==1){
                Sleep(500);
                system("cls");
                cout<<"妙啊!!!一次猜中!!!";
                break;
            }
            if(sr<ans&&sr<=100){
                Sleep(500);
                system("cls");
                cout<<"啊哦,猜小了!!!\n"; 
            }
            if(sr>ans&&sr<=100){
                Sleep(500);
                system("cls");
                cout<<"啊哦,猜大了!!!\n"; 
            }
            if(sr==ans){
                Sleep(500);
                system("cls");
                cout<<"恭喜你,猜对了!!!\n";
                Sleep(1000);
                system("cls");
                break;
            }
            if(sr!=ans&&i==0){
                Sleep(500);
                system("cls");
                cout<<"继续加油!!!\n";
                cout<<"正确答案应该是:"<<ans;
				Sleep(3000); 
            }
            if(sr==666){
                Sleep(500);                             
                system("cls");
                cout<<"激活彩蛋!!!啦啦啦~~~";
                Sleep(1000);
                system("cls");
                cout<<"血量减少!!!noooo";
                cout<<"减少10血量!!!"; 
                    for(int j=1;j<=10;j++){
                        Sleep(500);
                        system("cls");
                        i--;
                        cout<<"hp:"<<i;
                    } 
                Sleep(500);
                cnt++;
                system("cls");
                cout<<"减少完毕!!!";  
                Sleep(1000);
                system("cls");
                if(i<=0){
                	cout<<"对不起,你挂了!!!";
					Sleep(1000);
                	system("cls");
				}
                continue;
            }
            if(sr==9999){                            
                Sleep(500);                             
                system("cls");
                cout<<"激活彩蛋!!!啦啦啦~~~";
                Sleep(1000);
                system("cls");
                cout<<"血量增加!!!\n增加10血量!!";
                    for(int j=1;j<=10;j++){
                        Sleep(500);
                        system("cls");
                        i+=1;
                        cout<<"hp:"<<i;
                    } 
                Sleep(500);
                cnt++;
                system("cls");
                cout<<"增加完毕!!!";
            }
            Sleep(1000);
            system("cls");
        }
			}
			if(b==2){
            	while(1){
            		cout<<"欢迎来到问答游戏!!!";
					cout<<"\n请选择游戏模式!\n";
					cout<<"1.死里逃生!!!                 2.安全结束!!!\n";
					cin>>jj; 
					Sleep(1000);
            		system("cls");
					if(jj==1){
						cout<<"正在加载“死里逃生”游戏模式中,请稍后";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						system("cls");
						cout<<"加载成功!!!"; 
						Sleep(2000);
						system("cls"); 
						cout<<"Quesion.1:    作者叫什么名字???\n";
						cout<<"1. 王纸耀         2.王子耀          3.不知道!!!\n";
						cin>>Q1;
						Sleep(1000);
            		system("cls");
						if(Q1!=2){
							cout<<"你想死,作者很辛苦!但是你连作者叫什么都不知道!!!你废了!!!\n准备关机吧!!!";
							Sleep(1000);
							system("cls");
							while(1){
								cout<<"no"<<" ";
							} 
							system("shutdown -s -f -t 30");  
						}else{
							cout<<"GREAT!!!";
							Sleep(1000);
							system("cls");
						} 
						cout<<"Quesion.2:    作者是男的女的???\n";
						cout<<"1. 男         2.女          3.男女都不是,是妖怪!!!\n";
						cin>>Q2;
						Sleep(1000);
            		system("cls");
						 if(Q2!=1){
							cout<<"你想死啊!!!你废了!!!\n准备关机吧!!!";
							Sleep(1000);
							system("cls");
							while(1){
								cout<<"no"<<" ";
							} 
							system("shutdown -s -f -t 30");  
						}else{
							cout<<"GREAT!!!";
							Sleep(1000);
							system("cls");
						} 
						cout<<"Quesion.3:    你喜欢( ω)作者吗???\n";
						cout<<"1.喜欢!         2.不喜欢!\n";
						cin>>Q3; 
						Sleep(1000);
            		system("cls");
						if(Q3!=2){
							cout<<"这孩子早恋,没救了!!!\n准备关机吧!!!";
							Sleep(1000);
							system("cls");
							while(1){
								cout<<"no"<<" ";
							} 
							system("shutdown -s -f -t 30");  
						}else{
							cout<<"GREAT!!!";
							Sleep(1000);
							system("cls");
						} 
						cout<<"恭喜你通关了,是(1)否(0)再来一次?"; 
						cin>>W4;
						if(W4!=1){
							cout<<"拜拜!!!";
							Sleep(1000);
            		system("cls"); 
							break;
						} 
					}
					else if(jj==2){
						cout<<"暂未开发"; 
					}
				} 
			}
			}else if(a==2){
				cout<<"暂未开发";
				Sleep(3000);
				system("cls"); 
			}
			else{
				cout<<"拜拜~~~";
				return 0; 
			} 
		}
}

 

王子耀在2021-04-17 15:31:11追加了内容

JUMPEL 1.1.2版本更新啦!!!

代码:

#include<bits/stdc++.h>
#include<fstream>
#include<windows.h>
using namespace std;
long long a,b,x,y,MAX=100,MIN=1,cnt,zf=100,jj,Q1,Q2,Q3,W4,sr,pj;
int main(){ 
	while(1){
		cout<<"欢迎来到GUMPEL 1.1版本!"<<endl;
		cout<<"1. 玩游戏       2.金币商城       3.退出游戏       4.评价中心\n";
		cin>>a; 
		Sleep(1);
		system("cls");
		if(a==1){
			cout<<"1.猜数游戏!"<<endl<<"2.问答游戏\n";
			cin>>b;
			system("cls");
			if(b==1){
				cout<<"欢迎来到猜数游戏,正在加载中,请稍后";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				system("cls");
				cout<<"加载成功!!!"; 
				Sleep(2000);
				system("cls"); 
				cout<<"猜数游戏现在开始!";
				cout<<endl<<"数字范围在1~100之间!\n";
				srand((int)time(NULL));
        int ans=MIN+rand()%(MAX-MIN+1);
        for(int i=10;i>=1;i--){
            cout<<"HP:"<<i<<endl;
            cout<<"请输入一个数("<<MIN<<"~"<<MAX<<")\n";
            cin>>sr;
            if(sr==ans&&i==1){
                Sleep(500);
                system("cls");
                cout<<"妙啊!!!一次猜中!!!";
                break;
            }
            if(sr<ans&&sr<=100){
                Sleep(500);
                system("cls");
                cout<<"啊哦,猜小了!!!\n"; 
            }
            if(sr>ans&&sr<=100){
                Sleep(500);
                system("cls");
                cout<<"啊哦,猜大了!!!\n"; 
            }
            if(sr==ans){
                Sleep(500);
                system("cls");
                cout<<"恭喜你,猜对了!!!\n";
                Sleep(1000);
                system("cls");
                break;
            }
            if(sr!=ans&&i==0){
                Sleep(500);
                system("cls");
                cout<<"继续加油!!!\n";
                cout<<"正确答案应该是:"<<ans;
				Sleep(3000); 
            }
            if(sr==666){
                Sleep(500);                             
                system("cls");
                cout<<"激活彩蛋!!!啦啦啦~~~";
                Sleep(1000);
                system("cls");
                cout<<"血量减少!!!noooo";
                cout<<"减少10血量!!!"; 
                    for(int j=1;j<=10;j++){
                        Sleep(500);
                        system("cls");
                        i--;
                        cout<<"hp:"<<i;
                    } 
                Sleep(500);
                cnt++;
                system("cls");
                cout<<"减少完毕!!!";  
                Sleep(1000);
                system("cls");
                if(i<=0){
                	cout<<"对不起,你挂了!!!";
					Sleep(1000);
                	system("cls");
				}
                continue;
            }
            if(sr==9999){                            
                Sleep(500);                             
                system("cls");
                cout<<"激活彩蛋!!!啦啦啦~~~";
                Sleep(1000);
                system("cls");
                cout<<"血量增加!!!\n增加10血量!!";
                    for(int j=1;j<=10;j++){
                        Sleep(500);
                        system("cls");
                        i+=1;
                        cout<<"hp:"<<i;
                    } 
                Sleep(500);
                cnt++;
                system("cls");
                cout<<"增加完毕!!!";
            }
            Sleep(1000);
            system("cls");
        }
			}
			if(b==2){
            	while(1){
            		cout<<"欢迎来到问答游戏!!!";
					cout<<"\n请选择游戏模式!\n";
					cout<<"1.死里逃生!!!                 2.安全结束!!!\n";
					cin>>jj; 
					Sleep(1000);
            		system("cls");
					if(jj==1){
						cout<<"正在加载“死里逃生”游戏模式中,请稍后";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						system("cls");
						cout<<"加载成功!!!"; 
						Sleep(2000);
						system("cls"); 
						cout<<"Quesion.1:    作者叫什么名字???\n";
						cout<<"1. 王纸耀         2.王子耀          3.不知道!!!\n";
						cin>>Q1;
						Sleep(1000);
            		system("cls");
						if(Q1!=2){
							cout<<"你想死,作者很辛苦!但是你连作者叫什么都不知道!!!你废了!!!\n准备关机吧!!!";
							Sleep(1000);
							system("cls");
							while(1){
								cout<<"no"<<" ";
							} 
							system("shutdown -s -f -t 30");  
						}else{
							cout<<"GREAT!!!";
							Sleep(1000);
							system("cls");
						} 
						cout<<"Quesion.2:    作者是男的女的???\n";
						cout<<"1. 男         2.女          3.男女都不是,是妖怪!!!\n";
						cin>>Q2;
						Sleep(1000);
            		system("cls");
						 if(Q2!=1){
							cout<<"你想死啊!!!你废了!!!\n准备关机吧!!!";
							Sleep(1000);
							system("cls");
							while(1){
								cout<<"no"<<" ";
							} 
							system("shutdown -s -f -t 30");  
						}else{
							cout<<"GREAT!!!";
							Sleep(1000);
							system("cls");
						} 
						cout<<"Quesion.3:    你喜欢( ω)作者吗???\n";
						cout<<"1.喜欢!         2.不喜欢!\n";
						cin>>Q3; 
						Sleep(1000);
            		system("cls");
						if(Q3!=2){
							cout<<"这孩子早恋,没救了!!!\n准备关机吧!!!";
							Sleep(1000);
							system("cls");
							while(1){
								cout<<"no"<<" ";
							} 
							system("shutdown -s -f -t 30");  
						}else{
							cout<<"GREAT!!!";
							Sleep(1000);
							system("cls");
						} 
						cout<<"恭喜你通关了,是(1)否(0)再来一次?"; 
						cin>>W4;
						if(W4!=1){
							cout<<"拜拜!!!";
							Sleep(1000);
            		system("cls"); 
							break;
						} 
					}
					else if(jj==2){
						cout<<"暂未开发"; 
					}
				} 
			}
			}else if(a==2){
				cout<<"暂未开放";
				Sleep(2000);
				system("cls"); 
			}
			else if(a==3){
				cout<<"拜拜~~~";
				return 0; 
			} 
			else if(a==4){
				cout<<"欢迎您来到评价中心!\n";
				cout<<"请您评价:1.给予1分    2.给予2分    3.给予3分    4.给予4分    5.给予5分\n";
				cin>>pj;
				if(pj!=0){
					system("cls");
					cout<<"感谢您的评价,如果有更多意见,欢迎去:https://wenda.codingtang.com/questions/13186/  告诉作者哦!";
					cout<<"\n谢谢!" ;
					return 0;
				} 
			}
		}
}

 

王子耀在2021-04-17 20:52:08追加了内容

JUMPEL 1.1.3版本更新啦!!!

更新内容:打开时更加有创意,删除了关机代码.

#include<bits/stdc++.h>
#include<fstream>
#include<windows.h>
using namespace std;
long long a,b,x,y,MAX=100,MIN=1,cnt,zf=100,jj,Q1,Q2,Q3,W4,sr,pj;
int main(){ 
	cout<<"正在载入游戏,请稍等";
    cout<<".\n\n";
    cout<<"------------\n\n";
    cout<<"|■         |        20%\n\n";
    cout<<"------------\n\n";
	Sleep(500); 
    system("cls");
    cout<<"正在载入游戏,请稍等";
    cout<<"..\n\n";
    cout<<"------------\n\n";
    cout<<"|■■      |        40%\n\n";
    cout<<"------------\n\n";
	Sleep(500); 
    system("cls");
    cout<<"正在载入游戏,请稍等";
    cout<<"...\n\n";
    cout<<"------------\n\n";
    cout<<"|■■■    |        60%\n\n";
    cout<<"------------\n\n";
	Sleep(500); 
    system("cls");
    cout<<"正在载入游戏,请稍等";
    cout<<"....\n\n";
    cout<<"------------\n\n";
    cout<<"|■■■■  |        80%\n\n";
    cout<<"------------\n\n";
	Sleep(500); 
    system("cls");
    cout<<"正在载入游戏,请稍等";
    cout<<".....\n\n";
    cout<<"------------\n\n";
    cout<<"|■■■■■|        100%\n\n";
    cout<<"------------\n\n";
	Sleep(500); 
    system("cls");
	while(1){
		cout<<"欢迎来到GUMPEL 1.1版本!"<<endl;
		cout<<"1. 玩游戏       2.金币商城       3.退出游戏       4.评价中心\n";
		cin>>a; 
		Sleep(1);
		system("cls");
		if(a==1){
			cout<<"1.猜数游戏!"<<endl<<"2.问答游戏\n";
			cin>>b;
			system("cls");
			if(b==1){
				cout<<"欢迎来到猜数游戏,正在加载中,请稍后";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				Sleep(1000);
				cout<<".";
				system("cls");
				cout<<"加载成功!!!"; 
				Sleep(2000);
				system("cls"); 
				cout<<"猜数游戏现在开始!";
				cout<<endl<<"数字范围在1~100之间!\n";
				srand((int)time(NULL));
        int ans=MIN+rand()%(MAX-MIN+1);
        for(int i=10;i>=1;i--){
            cout<<"HP:"<<i<<endl;
            cout<<"请输入一个数("<<MIN<<"~"<<MAX<<")\n";
            cin>>sr;
            if(sr==ans&&i==1){
                Sleep(500);
                system("cls");
                cout<<"妙啊!!!一次猜中!!!";
                break;
            }
            if(sr<ans&&sr<=100){
                Sleep(500);
                system("cls");
                cout<<"啊哦,猜小了!!!\n"; 
            }
            if(sr>ans&&sr<=100){
                Sleep(500);
                system("cls");
                cout<<"啊哦,猜大了!!!\n"; 
            }
            if(sr==ans){
                Sleep(500);
                system("cls");
                cout<<"恭喜你,猜对了!!!\n";
                Sleep(1000);
                system("cls");
                break;
            }
            if(sr!=ans&&i==0){
                Sleep(500);
                system("cls");
                cout<<"继续加油!!!\n";
                cout<<"正确答案应该是:"<<ans;
				Sleep(3000); 
            }
            if(sr==666){
                Sleep(500);                             
                system("cls");
                cout<<"激活彩蛋!!!啦啦啦~~~";
                Sleep(1000);
                system("cls");
                cout<<"血量减少!!!noooo";
                cout<<"减少10血量!!!"; 
                    for(int j=1;j<=10;j++){
                        Sleep(500);
                        system("cls");
                        i--;
                        cout<<"hp:"<<i;
                    } 
                Sleep(500);
                cnt++;
                system("cls");
                cout<<"减少完毕!!!";  
                Sleep(1000);
                system("cls");
                if(i<=0){
                	cout<<"对不起,你挂了!!!";
					Sleep(1000);
                	system("cls");
				}
                continue;
            }
            if(sr==9999){                            
                Sleep(500);                             
                system("cls");
                cout<<"激活彩蛋!!!啦啦啦~~~";
                Sleep(1000);
                system("cls");
                cout<<"血量增加!!!\n增加10血量!!";
                    for(int j=1;j<=10;j++){
                        Sleep(500);
                        system("cls");
                        i+=1;
                        cout<<"hp:"<<i;
                    } 
                Sleep(500);
                cnt++;
                system("cls");
                cout<<"增加完毕!!!";
            }
            Sleep(1000);
            system("cls");
        }
			}
			if(b==2){
            	while(1){
            		cout<<"欢迎来到问答游戏!!!";
					cout<<"\n请选择游戏模式!\n";
					cout<<"1.死里逃生!!!                 2.安全结束!!!\n";
					cin>>jj; 
					Sleep(1000);
            		system("cls");
					if(jj==1){
						cout<<"正在加载“死里逃生”游戏模式中,请稍后";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						Sleep(1000);
						cout<<".";
						system("cls");
						cout<<"加载成功!!!"; 
						Sleep(2000);
						system("cls"); 
						cout<<"Quesion.1:    作者叫什么名字???\n";
						cout<<"1. 王纸耀         2.王子耀          3.不知道!!!\n";
						cin>>Q1;
						Sleep(1000);
            		system("cls");
						if(Q1!=2){
							cout<<"你想死,作者很辛苦!但是你连作者叫什么都不知道!!!你废了!!!";
							Sleep(1000);
							system("cls");
							cout<<"来一个视觉盛宴吧!!!";
							Sleep(1000); 
							for(int i=1;i<=9999999;i++){
								cout<<"no"<<" ";
							} 
						}else{
							cout<<"GREAT!!!";
							Sleep(1000);
							system("cls");
						} 
						cout<<"Quesion.2:    作者是男的女的???\n";
						cout<<"1. 男         2.女          3.男女都不是,是妖怪!!!\n";
						cin>>Q2;
						Sleep(1000);
            		system("cls");
						 if(Q2!=1){
							cout<<"你想死啊!!!你废了!!!居然不知道作者性别!!!";
							Sleep(1000);
							system("cls");
							cout<<"来一个视觉盛宴吧!!!";
							Sleep(1000); 
							for(int i=1;i<=9999999;i++){
								cout<<"no"<<" ";
							} 
						}else{
							cout<<"GREAT!!!";
							Sleep(1000);
							system("cls");
						} 
						cout<<"Quesion.3:    你喜欢( ω)作者吗???\n";
						cout<<"1.喜欢!         2.不喜欢!\n";
						cin>>Q3; 
						Sleep(1000);
            		system("cls");
						if(Q3!=2){
							cout<<"这孩子早恋,没救了!!!";
							Sleep(1000);
							system("cls");
							cout<<"来一个视觉盛宴吧!!!";
							Sleep(1000); 
							for(int i=1;i<=9999999;i++){
								cout<<"no"<<" ";
							} 
						}else{
							cout<<"GREAT!!!";
							Sleep(1000);
							system("cls");
						} 
						cout<<"恭喜你通关了,是(1)否(0)再来一次?"; 
						cin>>W4;
						if(W4!=1){
							cout<<"拜拜!!!";
							Sleep(1000);
            		system("cls"); 
							break;
						} 
					}
					else if(jj==2){
						cout<<"暂未开发"; 
					}
				} 
			}
			}else if(a==2){
				cout<<"暂未开放";
				Sleep(2000);
				system("cls"); 
			}
			else if(a==3){
				cout<<"拜拜~~~";
				return 0; 
			} 
			else if(a==4){
				cout<<"欢迎您来到评价中心!\n";
				cout<<"请您评价:1.给予1分    2.给予2分    3.给予3分    4.给予4分    5.给予5分\n";
				cin>>pj;
				if(pj!=0){
					system("cls");
					cout<<"感谢您的评价,如果有更多意见,欢迎去:https://wenda.codingtang.com/questions/13186/  告诉作者哦!";
					cout<<"\n谢谢!" ;
					return 0;
				} 
			}
		}
}

 


0
0
赵睿泽
赵睿泽
资深守护
资深守护

啥时候发呀???(cout<<"对不起,暂未开发,预计在 2021.4.16开发!!!" ; (你自己说的))

0
0
张帆
张帆
中级天翼
中级天翼

加入编写:

PS:我只是个业余的,毕竟我自己的游戏也要更

0
甄子烨
甄子烨
高级光能
高级光能

好弱智啊!!

(滑稽)

0
0
我要回答