I'll living just like this. Herobrine

Herobrine's life

膜拜大佬的小程序

	#include <bits/stdc++.h>
	#include <windows.h>
	using namespace std;
	string qwq[5]={"你会受到大佬~深渊龙谷~的祝福的","获得成就:膜拜大佬","orz,感谢您的膜拜!","别再继续下去了,膝盖会断的!","恭喜你,你成为了~深渊龙谷~的崇拜者之一!"} ;
	int main(){
		cout<<"加载中...";
		Sleep(1000);
		cout<<endl<<"加载成功!";
		cout<<"你准备好膜拜大佬了吗?"<<endl<<"yes or no"<<endl;
		string a1;
		cin>>a1;
		if (a1=="no"){
			cout<<"好吧,很遗憾,你失去了膜拜大佬~深渊龙谷~的机会";
			return 0;
		}else if (a1=="yes"){
			int a;
			long long ans=0;
			while (1){
				cout<<endl<<"输入1膜拜1次,输入2膜拜x次,输入3疯狂膜拜,输入4退出"<<endl;
				cin>>a;
				if (a==1){
					ans++;
					cout<<"成功膜拜"<<ans<<"次大佬~深渊龙谷~"<<endl<<qwq[ans%5]<<endl<<endl;
				}else if (a==2){
					int x;
					cout<<"请输入x"<<endl;
					cin>>x;
					for (int i=0;i<x;i++){
						ans++;
						cout<<"成功膜拜"<<ans<<"次大佬~深渊龙谷~"<<endl<<qwq[ans%5]<<endl<<endl;
						Sleep(100);
					}
				}else if(a==3){
					while (1){
						ans++;
						Sleep(50);
						cout<<"成功膜拜"<<ans<<"次大佬~深渊龙谷~"<<endl<<qwq[ans%5]<<endl<<endl;
					}
				}else if(a==4){
					cout<<endl<<endl<<"感谢您的使用!";
					cout<<endl<<endl<<endl<<"      —————————————"<<"制作人:深渊龙谷";
					return 0;
				}
			}
		}
		
		return 0;
	}
	```

posted on 2019-06-01 14:02  herobrine  阅读(276)  评论(0编辑  收藏  举报

导航