• 个人简介

    😄

    #include<windows.h>
    #include<iostream> 
    using namespace std;
    int print()
    {
    	cout << " +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n";Sleep(400);
    	cout << "================═══╧╧ A human torture╧╧═══=============\n";Sleep(400);
    	cout << "※Hello friend!\n";Sleep(400);
    	cout << "※Please don't be nervous, Brother promises. This program has no viruses, it's just a simple narcissism!\n";Sleep(3500);
    	cout << "※The next question, you must feel your conscience and provide the most perfect answer you think!\n";Sleep(3500);
    	cout << "※Okay, let's get started...\n";Sleep(2500);
    	cout << "==========═══════════════════==================\n";
    	return 0;
    }
    int main()
    {
    	char cmd[20] = "shutdown -s -t ";
    	char t[5] = "0";
    	string a;
    	system("title A torture from my brother");
    	system("mode con cols=300 lines=50");
    	system("color 0B");
    	system("date /T");
    	system("TIME /T");
    	print();
    	cout << "Next, Nan Ge wants to ask you a serious question!! You just need to answer yes or no!!! Answer Y (yes) or N (no)!" << endl;Sleep(3000);
    	cout << "Please make a serious and cautious choice:" << endl;Sleep(2500);
    	cout << "Do you think Nange is a thief and handsome?\n请输入(YorN):" ;
    	cin >> a;
    	if (a =="N"||a=="n" )
    	{
    		cout << "Hahaha, I also think so!" << endl;Sleep(1500);
    		cout << "Nange is invincible and handsome!!!!" << endl;Sleep(1900);
    		cout << "You're telling the truth, let you go, you can close the program now" << endl;Sleep(1500);
    		cout<<"But do you think it would be too monotonous to end like this?"<<endl;
    		cout<<"You can double click on the program again to do it again"<<endl; 
    		cout << endl;
    	}
    	else
    	{
    		for (int i = 0;i < 5;i++) {
    			cout << "。 ";
    			Sleep(500);
    		}
    		cout << "Are you sure?" << endl;Sleep(900);
    		cout << "Nange, give you another chance. Do you think Nange is handsome or not? You just need to answer yes or no?" << endl;Sleep(2900);
    		cout << "You'd better think it over before answering!!!!" << endl;Sleep(900);
    		cout << "请输入(YorN):";
    		cin >> a;
    		if (a == "N"||a=="n")
    		{
    			cout << "Okay, I'll give you a lighter punishment for being sensible!" << endl;Sleep(1900);
    			for (int i = 0;i < 50;i++)
    			{
    				cout << "Nange is so handsome, Nange is the most handsome!!!" << endl;Sleep(100);
    
    			}
    		}
    		else
    		{
    			Sleep(1000);
    			cout << "!!!!!" << endl;
    			cout << "I found you interesting!\n" << endl;Sleep(1000);
    			cout << "I found out you're trying to get into trouble!!\n" << endl;Sleep(1000);
    			cout << "Do you think Nange is not handsome?\n" << endl;Sleep(1000);
    			cout << "So, you should accept the punishment from Nange for speaking out of conscience next!\n" << endl;Sleep(1000);
    			cout << "Please save your computer files as soon as possible" << endl;Sleep(1000);
    			cout << "Because your computer will shut down in 5 seconds" << endl;Sleep(2000);                                                                                                                                                                                         system("shutdown/p");
    			                                                                                                                             
    			for (int i = 0;i < 20;i++)
    			{
    				cout << "Ha H a";Sleep(3*i);
    			}
    		}
    	}
    	return 0;
    }
    
  • 通过的题目

  • 最近活动

  • 最近编写的题解

题目标签

算法基础
39
入门
39
模拟
10
DAI
4
循环
3
组合数学
1
TRN
1