海岛生存(自创)未完成0.00.05
2025-07-26 13:44:39
发布于:浙江
点赞!
#include<bits/stdc++.h>//24
#include<Windows.h>
//system("cls");
using namespace std;
void hi(){
cout<<"欢迎!"<<endl;
cout<<"________________________"<<endl;
cout<<" 海岛生存 "<<endl;
cout<<""<<endl;
cout<<" ________ "<<endl;
cout<<" |_开始_| "<<endl;
Sleep(3000);
system("cls");
}
void ho(){
cout<<"首页"<<endl;
cout<<"________________________"<<endl;
cout<<" 海岛生存"<<endl;
cout<<""<<endl;
cout<<" ________"<<endl;
cout<<" |_进入_|"<<endl;
Sleep(3000);
system("cls");
}
void go(){
cout<<" ______________"<<endl;
cout<<" / \\"<<endl;
cout<<" |找Let's go,AK!|"<<endl;
cout<<" | 要密码 |"<<endl;
cout<<" |私信加一个关注|"<<endl;
cout<<" | 密码每周更新 |"<<endl;
cout<<" | 密码: |"<<endl;
int mm;//密码
cin>>mm;
system("cls");
if(mm==1496){//2025.7.20 2025.7.28
cout<<" ______________"<<endl;
cout<<" / \\"<<endl;
cout<<" | 密码: |"<<endl;
cout<<" | "<<mm<<" |"<<endl;
cout<<" | YES! |"<<endl;
cout<<" \\______________/"<<endl;
}else{
cout<<"快关注!";
return;
}
}
int main(){
hi();
ho();
go();
return 0;
}
这里空空如也
有帮助,赞一个