#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int n;
void welcome();
void zhuye();
int main(){welcome();zhuye();return 0;
}void welcome(){cout<<"欢迎您使用更多资源-百宝库v0.1.0"<<endl;system("pause");
}void zhuye(){system("cls");cout<<" 1=游戏"<<endl;cout<<" 2=更新日志"<<endl;cout<<" 3=联系我们"<<endl;cin>>n;if(n==1){cout<<"请稍等。。。"<<endl; Sleep(1000);system("cls");cout<<"1=城市天际线2"<<endl;cin>>n;if(n==1){system("start https://pan.quark.cn/s/b5a948fde6a6");} }else if(n==2){cout<<"请稍等。。。"<<endl; Sleep(1000);system("cls");cout<<"v0.1.0:初始规划"<<endl;system("pause"); }else if(n==3){system("start https://blog.csdn.net/zjr120319?spm=1010.2135.3001.5343");}zhuye();
}
PS:最近先更百宝库,赚钱模拟器先告一段落
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int n;
void welcome();
void zhuye();
int main(){
welcome();
zhuye();
return 0;
}void welcome(){
cout<<"欢迎您使用更多资源-百宝库v0.1.0"<<endl;
system("pause");
}void zhuye(){
system("cls");
cout<<" 1=游戏"<<endl;
cout<<" 2=更新日志"<<endl;
cout<<" 3=联系我们"<<endl;
cin>>n;
if(n==1){
cout<<"请稍等。。。"<<endl;
Sleep(1000);
system("cls");
cout<<"1=城市天际线2"<<endl;
cin>>n;
if(n==1){
system("start https://pan.quark.cn/s/b5a948fde6a6");
}
}else if(n==2){
cout<<"请稍等。。。"<<endl;
Sleep(1000);
system("cls");
cout<<"v0.1.0:初始规划"<<endl;
system("pause");
}else if(n==3){
system("start https://blog.csdn.net/zjr120319?spm=1010.2135.3001.5343");
}
zhuye();
}