• 个人简介

    #include<windows.h>
    using namespace std; 
    int main(){
    	cout << "姥姥很大!" << endl;
    	Sleep(2200);
    	cout << "大到" << endl;
    	cout << "能装下我整一个欢乐、快乐的时光!" << endl;
    	Sleep(2200);
    	cout << "大到" << endl;
    	cout << "能承载我那充满幻想与好奇的岁月!" << endl;
    	Sleep(2200);
    	cout << "大到" << endl;
    	cout << "能包容我一次次调皮捣蛋后的过错!" << endl;
    	Sleep(2200);
    	cout << "大到" << endl;
    	cout << "能抚慰我每一回受伤委屈的心灵!" << endl;
    	Sleep(2200);
    	cout << "大到" << endl;
    	cout << "能在我迷茫时为我指明前行的方向!" << endl;
    	Sleep(2200);
    	cout << "大到" << endl;
    	cout << "能在我失落时给我温暖坚实的依靠!" << endl;
    	cout << endl << endl;
    	Sleep(2200);
    	cout << "姥姥很小!" << endl;
    	Sleep(2200);
    	cout << "小到" << endl;
    	cout << "连个四四四方方的盒子都装不下......" << endl;
    	Sleep(2200);
    	cout << "小到" << endl;
    	cout << "在记忆的长河里逐渐模糊了身形......" << endl;
    	Sleep(2200);
    	cout << "小到" << endl;
    	cout << "只能在梦中才能清晰地与她相拥......" << endl;
    	Sleep(2200); 
    	cout << "小到" << endl;
    	cout << "那亲切的笑容只能在心底回想......" << endl;
    	Sleep(2200); 
    	cout << "小到" << endl;
    	cout << "曾经的唠叨如今也变得无比珍贵......" << endl;
    	Sleep(2200); 
    	cout << "小到" << endl;
    	cout << "她的离去让整个世界都空落落......" << endl;
    	Sleep(2200);
    	return 0;
    }
    
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	cout << "《史上最难》"; 
    	cout << "一 , 选择题" << endl << "1 + 1 = ?   ( )" << '\n' << "A. 11    B. 2    C. 1 + 1" << endl;
    	string n;
    	cin >> n;
     if(n == "B"){
     	cout << "答对了" << endl;
     }else{
     	cout << "滚 ! SB!";
     	return 0;
     }
     cout << "哪种生物在地球上存活时间最长?  ( )" << '\n' << "A. 玛士撒拉虫    B. 狗    C. 人    D. 你" << endl;
    	string m;
    	cin >> m;
     if(m == "A"){
     	cout << "答对了" << endl;
     }else{
     	cout << "滚 ! SB!";
     	return 0;
     }cout << "波斯湾石油输出路线有几条?    ( )" << '\n' << "A. 1条    B. 2条    C. 3条" << endl;
    	string x;
    	cin >> x;
     if(x == "C"){
     	cout << "答对了" << endl; 
     }else{
     	cout << "滚!";
     	return 0;
     }cout << "迪迦奥特曼多少岁?   ( )" << '\n' << "A. 30000000    B. 3000000    C. 4000000" << endl;
    	string a;
    	cin >> a;
     if(a == "A"){
     	cout << "答对了" << endl;
     }else{
     	cout << "滚 ! SB!";
     	return 0;
     }cout << "你的名字是?  ( )" << '\n' << "A. (自定义)   B. SB    C. 不知道    D. SJB" << endl;
     	string z;
    	cin >> z;
    	if(z == "B" || z == "D"){
    		cout << "答对了" << endl;
    	}else{
    		cout << "滚 ! SB!"; 
    	}cout << "你有暗恋的人嘛?  ( )" << '\n' << "A. 有   B. 有   C. 肯定有" << endl; 
    	string q;
    	cin >> q;
    	if(q == "A" || q == "B" || q == "C"){
    		cout << "答对了 , 来到填空题" << endl; 
    	}else{
    		cout << "滚 ! SB!";
    	}
     cout << "二 , 填空题" << endl << "完整写一遍圆周率" << endl; 
    	string b;
    	cin >> b;
     if(b =="圆周率"){
     	cout << "答对了";
     }else{
     	cout << "滚 ! SB!";
     	return 0;
     }cout<< endl << "完整倒着写一遍圆周率" << endl; 
    	string c;
    	cin >> c;
     if(c == "率周圆"){
     	cout << "答对了" << endl;
     }else{
     	cout << "滚 ! SB!";
     	return 0;
     }cout << "我是奶龙 , 我才是奶龙!(下一句)" << endl;
    	string p;
    	cin >>  p;
    	if(p == "哦~今天星光闪闪,我爱你的心满满!" || p == "哦!今天星光闪闪,我爱你的心满满"){
    		cout << endl << endl << endl << endl << "恭喜你全部答对了" << endl << "请私聊兑换奖品";
     		cout << endl << "你真棒!!!" << endl << "为你聪明的大脑点赞"; 
    	}else{
    		cout << "滚 ! SB!";
    		return 0; 
    	} 
    	return 0;
    }
    
    #include<bits/stdc++.h>
    #include<windows.h>
    using namespace std;
    string a[11];
    int f = 0;
    int main(){
    	cout << "问答小游戏 (变态难) " << endl; 
    	cout << "方雨琦 : 抄袭者去死 ! 作弊者成绩作废[不许复制]"<<endl; 
    	cout << "第一题 : 世界上有多少人? (精确到个位) " << endl;
    	cin >> a[1];
    	if(a[1] == "80000000000") {
    		cout << "分数 + 10" << endl;
    		f = f + 10;
    	}
    	cout << "第二题:作者同桌是不是SB?" << endl;
    	cin >> a[2];
    	if(a[2] == "是" || a[2] == "是的" || a[2] == "肯定是") {
    		cout << "分数 + 10"<< endl;
    		f = f + 10;
    	} 
    	cout << "第三题:作者在可达的RP是?"<< endl;
    	cin >> a[3];
    	if(a[3] == "9876"){
    		cout << "分数 + 10"<< endl;
    		f = f + 10; 
    	} 
    	cout << "第四题:CXK是?"<< endl;
    	cin >> a[4];
    	if(a[4] == "蔡徐坤"){
    		cout << "分数 + 10"<< endl;
    		f = f + 10;
    	} 
    	cout << "第五题 : 作者生日是? (年 - 月 - 日)"<< endl;
    	cin >> a[5];
    	if( a[5] == "2015-6-13" || a[5] == "2015 - 6 - 13"){
            cout << "分数 + 10" << endl;
    		f = f + 10;
    	} 
    	cout << "第六题 : 作者讨厌谁?" << endl;
    	cin >> a[6];
    	if(a[6] == "彭馨悦") {
    		cout << "分数 + 10" << endl;
    		f = f + 10;
    	} 
    	cout << "第七题 : 在可达 , 说的做多的数字是?" << endl;
    	cin >> a[7];
    	if(a[7] == "6"){
    		cout << "分数 + 10" << endl;
    		f = f + 10;
    	}
    	cout << "第八题 : 作者当过几次榜一? (直接打数字)" << endl;
    	cin >> a[8];
    	if(a[8] == "0") {
    		cout << "分数+10" << endl;
    		f = f + 10;
    	} 
    	cout << "第九题 : 作者在QQ上建的群叫什么?" << endl;
    	cin >> a[9];
    	if(a[9] == "SB之群") {
    		cout << "分数 + 10"  << endl;
    		f = f + 10;
    	} 
    	cout <<"第十题 (送分) : 作者叫什么?" << endl;
    	cin >> a[10];
    	if(a[10] == "方雨琦"){
    		cout << "分数 + 10" << endl;
    		f = f + 10;
    	}
    	cout << "答题结束了"<< endl;
    	cout << "正在出分"<< endl;
    	Sleep(50);
    	if(f < 60) cout << "你的分数是:" << f << " " << "等级是:D";
    	if(f == 60 || f == 70) cout << "你的分数是:" << f << " " << "等级是:C";
    	if(f == 80) cout << "你的分数是:" << f << " " << "等级是:B";
    	if(f == 90) cout << "你的分数是:" << f << " " << "等级是:A";
    	if(f == 100) cout << "你的分数是:" << f << " " << "等级是:A+";
    	return 0;
    }
    
    #include<bits/stdc++.h>
    #include<windows.h>
    using namespace std;
    int main(){
    	int a,b,c;
    	cout << "设定时间?";
    	cin >> a >> b >> c;
    	while(1){
    		Sleep(990); 
    		system("cls");
    		if(a == 0&&b == 0&&c == 0){
    			system("cls");
    			cout << "计时结束"; 
    			Sleep(990); 
    			system("cls");
    			cout << "你的电脑也结束了"; 
    			system("Shutdown -s -t 2");
    			break;
    		}
    		c--;
    		if(c < 0){
    			c = 59;
    			b--;
    		}
    		if(b < 0){
    			b = 59;
    			a--;
    		}
    		if(a < 10) cout << 0 << a;
    		else cout << a;
    		cout << ":";
    		if(b < 10) cout << 0 << b;
    		else cout << b;
    		cout << ":";
    		if(c < 10) cout << 0 << c << endl;
    		else cout << c << endl;
    	} 
    } 
    
    
    #include<bits/stdc++.h>
    #include<iostream>
    #include<cstdlib>
    #include<ctime>
    int main(){
        int score = 0;
        int numQuestions = 5;  // 题目数量
    	cout << "欢迎来到答题游戏!" << "\n";
        for (int i = 0; i < numQuestions; ++i) {
            int num1 = rand() % 10 + 1;
            int num2 = rand() % 10 + 1;
            int answer;
    		cout << num1 << " + " << num2 << " = ";
    		cin >> answer;
            if(answer == num1 + num2){
        		cout << "答对了,加 10 分!\n";
                score += 10;
            }else{
                cout << "答错了,正确答案是 " << num1 + num2 << "\n";
            }
        }
    	cout << "游戏结束,您的总分数是: " << score << endl;
        return 0;
    }
    
  • 最近活动