好东西
2025-11-03 16:27:25
发布于:浙江
非常好玩的东西,建议尝试一下,建议在问你颓废了吗的时候输入y他会给你一些意想不到的惊喜,赶紧试试吧!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int zz1[500][500];
int main(){
cout<<"_______________________________"<<endl;
cout<<"| |"<<endl;
cout<<"| |"<<endl;
cout<<"| |"<<endl;
cout<<"| |"<<endl;
cout<<"| LogicNinjas独家“AI” |"<<endl;
cout<<"| |"<<endl;
cout<<"| |"<<endl;
cout<<"| |"<<endl;
cout<<"| |"<<endl;
cout<<"_______________________________"<<endl;
_sleep(5000);
system("cls");
cout<<"_______________________________"<<endl;
cout<<"| |"<<endl;
cout<<"| |"<<endl;
cout<<"| |"<<endl;
cout<<"| |"<<endl;
cout<<"| 登录 |"<<endl;
cout<<"| |"<<endl;
cout<<"| |"<<endl;
cout<<"| |"<<endl;
cout<<"| |"<<endl;
cout<<"_______________________________"<<endl;
string s;
cin>>s;
string mz;
if(s=="登录"){
system("cls");
cout<<"用户民(请输入你的真实名字):";
cin>>mz;
cout<<endl;
cout<<"密码:";
string mm;
cin>>mm;
system("cls");
cout<<"正在加载...";
_sleep(2000);
system("cls");
cout<<"用法守则"<<endl;
_sleep(2000);
cout<<"当你使用计算机时输入1x1退出"<<endl;
_sleep(2000);
cout<<"当你使用3d模拟器时输入-1 -1退出"<<endl;
_sleep(2000);
cout<<"当你使用百度一下,你就知道时,另想办法退出"<<endl;
_sleep(2000);
system("cls");
}
while(s=="登录"){
cout<<"_______________________________"<<endl;
cout<<"| "<<"你好,"<<mz<<"|"<<endl;
cout<<"|------------------- --------|"<<endl;
cout<<"|| |NEW | |"<<endl;
cout<<"|| | | |"<<endl;
cout<<"|| 计算机 |3d模拟器|百度一下,|"<<endl;
cout<<"|| | |你就知道 |"<<endl;
cout<<"|| | | |"<<endl;
cout<<"|| | | |"<<endl;
cout<<"|----------------------------|"<<endl;
cout<<"_______________________________"<<endl;
string jsj;
cin>>jsj;
system("cls");
if(jsj=="计算机"){
double a,b;
char c=' ';
for(; ;){
cin>>a>>c>>b;
if(c=='+'){
cout<<fixed<<setprecision(16)<<"="<<a+b<<endl;
}
if(c=='-'){
cout<<fixed<<setprecision(16)<<"="<<a-b;
}
if(c=='*'){
cout<<fixed<<setprecision(16)<<"="<<a*b;
}
if(c=='/' && a>=b){
cout<<fixed<<setprecision(16)<<"="<<a/b;
}
if(a==1 && c=='x' && b==1){
break;
}
}
}
if(jsj=="3d模拟器"){
cout<<"输入俯视图(没有的用0代替)" ;
for(;;){
int a1,b1;
cin>>a1>>b1;
if(a1==-1 && b1==-1){
break;
}
for(int i=1; i<=a1; i++){
for(int j=1; j<=b1; j++){
cin>>zz1[i][j];
}
}
cout<<"前后:"<<endl;
for(int i=1; i<=b1; i++){
int maxV=-1;
for(int j=a1; j>=1; j--){
maxV=max(maxV,zz1[j][i]);
}
cout<<maxV;
}
cout<<endl;
cout<<"左右:"<<endl;
for(int i=1; i<=a1; i++){
int maxV=-1;
for(int j=1; j<=b1; j++){
maxV=max(maxV,zz1[i][j]);
}
cout<<maxV<<endl;
}
cout<<endl;
cout<<"上下:"<<endl;
for(int i=1; i<=a1; i++){
for(int j=1; j<=b1; j++){
cout<<zz1[i][j];
}
cout<<endl;
}
}
}
cout<<"你颓废了,y/n";
char ssss;
cin>>ssss;
cout<<"你完蛋了";
system("cls");
cout<<"加载中......";
_sleep;
if(ssss=='y'){
system("start https://www.luogu.com.cn");
system("start https://www.acgo.cn");
system("start https://www.acgo.cn/application/1902269831447625728 ");
}
else{
if(jsj=="百度一下,你就知道"){
system("start https://www.baidu.com");
}
}
system("cls");
}
while(s!="登录"){
MessageBox(NULL,"感谢你的使用!","系统",MB_YESNO);
break;
}
return 0;
}
全部评论 5
nb
昨天 来自 浙江
1真行
昨天 来自 浙江
1d
昨天 来自 浙江
1d
昨天 来自 浙江
1d
昨天 来自 浙江
1















有帮助,赞一个