-
个人简介
大事记: 2023/6/17 排名8! 2023/6/17 AC800! 2023/7/26 100变80?(555, 我的AK) 2023/7/26 AK又回来啦!!! 2023/9/22 12:55 AC900 2023/10/26 榜一了!!! 2023/10/31 再次榜一!!! 2023/10/31 AC破1000!!! 2023/11/2 榜一X3!!! 2023/11/6 榜一第四次!!! 2023/12/9 榜一第五次!!! 2023/12/16 刷题数量勉强榜二,1082道!榜三稳啦!!!
目标:
废铁5:刷10题+LV1 ✓ 废铁4:刷30题+LV1 ✓ 废铁3:刷50题 +LV2✓ 废铁2:刷75题+ LV2 ✓ 废铁1:刷100题 + LV3✓ 塑料3:LV3 +刷125题 ✓ 塑料2:LV4 + 刷150题✓ 塑料1:LV4 +刷200题 ✓ 青铜3:刷250道题+LV4✓ 青铜2:刷270道题+LV5✓ 青铜1:刷300道题+LV5✓ 白银3:刷325道题+LV5✓ 白银2:刷350道题+LV5✓ 白银1:刷400道题+LV6✓ 黄金3:刷425道题 + LV6✓ 黄金2:刷450道题 + LV6✓ 黄金1:刷500道题 + LV7✓ 铂金3:刷525道题+LV7✓ 铂金2:刷550道题+LV7✓ 铂金1:刷600道题+LV8✓ 钻石3:刷625道题+LV8✓ 钻石2:刷650道题+LV9✓ 钻石1:刷700道题+LV9✓ 王者5:刷750道题+LV10✓ 王者4:刷800道题+LV10+前30名✓ 王者3:刷850道题+LV10+前25名✓ 王者2:刷900道题+LV10+前24名✓ 王者1:刷950道题+LV10+前23名✓ MVP5:刷1000道题+LV10+第20名✓ MVP4:刷1100道题+LV10+第15名 MVP3:刷1200道题+LV10+第10名 MVP2:刷1300道题+LV10+第5名 MVP1:刷1500道题+LV10+第3名 MSVIP:刷2000道题+LV10+第1名
小游戏(自创勿抄)
#include<bits/stdc++.h> #include<windows.h> using namespace std; int main(){ int h = 20; string a[11]; int m = 0; cout << "母夜惊魂" << endl; cout << "殷浩博:抄袭者去死"<<endl; cout << "开始游戏吗?" << endl; cout << "A.开始" << " " << "B.退出"<<endl; cin >> a[10]; if(a[10] == "A"){ cout << "正在进入......" << endl; Sleep(3000); cout << "提示:你要让妈妈好感到100,并用宝刀干掉她"<<endl; cout << "提示:妈妈是伪人,真的妈妈已经...."<<endl; cout <<"提示:妈妈不喜欢撒谎的小孩"<<endl; cout << "A.确定"<<endl; cin >> a[1] ; if( a[1] == "A"){ cout << "一天,你拿着0分试卷回了家."<<"妈妈:今天考了多少分?" << endl; cout << "A.0" << " " << "B.60" << " " << "C.100" << endl; cin >> a[2]; if(a[2] == "A"){ cout << "妈妈把你杀了" << endl; cout << "game over"; return 0; } if(a[2] == "B"){ cout << "妈妈:考得还可以,回屋学习吧" << endl; cout << "好感+10"<<endl; h = h + 10; cout << "你正在写作业....." << endl; Sleep(10000); cout << "你发现你旁边有一个面包,你已经很饿了" << endl; cout << "A.吃" << " " << "B.不吃" << endl; cin >>a[3]; if(a[3] == "A"){ cout << "你被妈妈发现了" << endl; cout << "妈妈:怎么能写作业时吃东西!" << endl; cout << "好感-20" << endl; h = h - 10; cout << "睡觉中...."<<endl; Sleep(20000); cout << "第二天"<<endl; cout << "今天是周末,朋友叫你去打坤球.可是你作业没写完"<<endl; cout << "你出去吗?"<<endl; cout << "A.出去" << " " << "B.不出去"; cin >> a[4]; if(a[4] == "A"){ cout << "你来到了门口,妈妈回来了"<<endl; cout << "妈妈:你要去哪?"<<endl; cout << "A.图书馆 B.打球"<<endl; cin >> a[5]; if(a[5] == "A"){ cout << "妈妈:你在撒谎!!!"<<endl; cout << "妈妈把你杀了"<<endl; cout << "game over"; return 0; } if(a[5] == "B"){ cout << "妈妈:去吧"<<endl; cout << "好感+30"<<endl; h = h + 30; cout << "打球中......"<<endl; Sleep(5000); cout << "到了晚上"<<endl; cout << "妈妈:你作业写完了吗?"<<endl; cout << "A.写完了 B.没写完"<<endl; cin >> a[6]; if(a[6] == "A"){ cout << "妈妈:你根本没写!!!"<<endl; cout << "妈妈把你杀了"<<endl; cout << "game over"<<endl; return 0; } if(a[6] == "B"){ cout << "妈妈:那快去写吧"<<endl; cout << "好感+40"<<endl; h = h + 40; cout << "写作业中....."<<endl; Sleep(5000); cout << "妈妈:要吃水果吗?"<<endl; cout << "A.吃 B.不吃 C.假吃" <<endl; cin >> a[7]; if(a[7] == "A"){ cout << "你被毒死了"<<endl; cout << "gamde over"; return 0; } if(a[7] == "B"){ cout << "妈妈:你为什么不吃!"<<endl; cout << "你被妈妈杀了"<<endl; return 0; } if(a[7] == "C"){ cout << "妈妈很高兴"<<endl; cout << "好感度+20"<<endl; cout << "系统检测到妈妈好感度达到100"<<endl; cout << "你获得了宝刀!!"<<endl; cout << "妈妈生气了!"<<endl; cout << "是否和她干一架?"<<endl; cout << "A.干她!! B.不干架了吧" <<endl; cin >> a[8]; if(a[8] == "A"){ cout << "干架中"<<endl; Sleep(10000); cout << "你把她干掉了"<<endl; cout << "你现在要把她'处理掉'"<<endl; cout << "你要怎么处理?" << endl; cout << "A.装麻袋里丢了 B.报警"<<endl; cin >> a[9]; if(a[9] == "A"){ cout << "你被警察调查出来了"<<endl; cout << "你被判了死刑"<<endl; cout << "game over"<<endl; return 0; } if(a[9] == "B"){ cout << "警察发现她是伪人!!"<<endl; cout << "YOU WIN!!!"<<endl; cout << "game over!!"<<endl; cout << "请你给这个游戏打分(1~5)"<<endl; cin >> m; cout << "感谢您的点评与游玩!!!"<<endl; return 0; } } if(a[8] == "B"){ cout << "因为你的犹豫,妈妈把你杀了"<<endl; cout << "game over"<<endl; return 0; } } } } } if(a[4] == "B"){ cout << "你累死了"<<endl; cout << "game over"; return 0; } } if(a[3] == "B"){ cout << "你饿死了"<<endl; cout << "game over"; return 0; } } if(a[2] == "C"){ cout << "妈妈:你不可能考这么好!!!"<<endl; cout << "妈妈把你杀了" << endl; cout << "game over"; return 0; } }else{ cout << "下次再来"; } 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] == "8000000000") { cout << "分数+10" << endl; f = f + 10; } cout << "第二题:作者同桌是不是SB?" << endl; cin >> a[2]; if(a[2] == "是") { cout << "分数+10"<< endl; f = f + 10; } cout << "第三题:作者在可达的RP是?"<< endl; cin >> a[3]; if(a[3] == "288"){ 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] == "2012-10-20"){ cout << "分数+10" << endl; f = f + 10; } cout << "第六题:作者讨厌谁?" << endl; cin >> a[6]; if(a[6] == "马雨祥") { cout << "分数+10" << endl; f = f + 10; } cout << "第七题:在可达,说的做多的数字是?"; cin >> a[7]; if(a[7] == "6"){ cout << "分数+10" << endl; f = f + 10; } cout << "第八题:作者当过几次榜一?(直接打数字)" << endl; cin >> a[8]; if(a[8] == "5") { cout << "分数+10" << endl; f = f + 10; } cout << "第九题:作者在QQ上建的群叫什么" << endl; cin >> a[9]; if(a[9] == "蒟蒻之群") { 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(5000); 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(){ cout << "《逃离指南》"<<endl; cout << "殷浩博:抄袭者去死"<<endl; cout << "是否进入?" << endl; cout << "1.进入 2.退出" << endl; string a[1001]; cin >> a[1]; if(a[1] == "1"){ system("cls"); cout << "你好,同学。相信你已经发现事情不太对劲了。请你仔细认真的阅读这本手册并严格照做。在读完所有条例前此之前,不要离开教室。我向你保证,你最终能够安全离开。" <<endl; Sleep(3000); cout << "1、检查教室,确认你正独自一人待在教室,确认电灯是明亮的,确认当前时间为晚间十二点后(以黑板上方的挂钟为准),确认有物资堆放在讲台左侧,确认你能找到以下物资。"<<endl; Sleep(2000); cout << "(1)食物和水。" << endl; Sleep(2000); cout << "(2)任何光源,如手电筒、蜡烛或提灯。"<<endl; Sleep(2000); cout << "(3)能帮助你确认时间的物品,如手表或闹钟。"<<endl; Sleep(2000); cout << "1.1、食物和水重要但并不必要,饥渴可以忍受。"<<endl; Sleep(2000); cout << "1.2、光源需要足够明亮且可靠。倘若你找不到任何可靠光源,请用室内物品制作火把。火柴在讲桌上。"<<endl; Sleep(2000); cout << "1.3、优先选择机械式计时器,但不要带走黑板上方的挂钟。"<<endl; Sleep(2000); cout << "1.4、不要拿走全部的物资,不止你需要他们。"<<endl; Sleep(2000); cout << "2、不要一次在本教室内停留超过2个小时。"<<endl; Sleep(2000); cout << "3、逃离路线请参照教学楼内的消防路线图,本手册后提供了一份抄录版的消防路线图。"<<endl; Sleep(2000); cout << "4、所有出口均已锁,请先前往学工科寻找钥匙。"<<endl; Sleep(2000); cout << "5、有某种东西正盘踞在教学楼内,它们很危险,但它们不会开门、不会写字、不会说话,它们会的只有杀戮。"<<endl; Sleep(2000); cout << "6、它们的听力很好,因此请尽量不要弄出太大的声响。"<<endl; Sleep(2000); cout << "7、教学楼内的供电已停,因此请不要按下电灯开关,任何时间任何地点都不要,它们会听到。"<<endl; Sleep(2000); cout << "8、不要在楼道里开启光源。记住:黑暗不危险,它们很危险。"<<endl; Sleep(2000); cout << "9、在楼道中请尽可能的保持直立并目视前方,不要低头,不要回头,不要左顾右盼。"<<endl; Sleep(2000); cout << "10、绝对不要让你的视线越过护栏看向另一侧走廊!"<<endl; Sleep(2000); cout <<"11、如无自信做到上一条,你可以选择降下防火卷帘墙。但噪音仍会吸引它们。"<<endl; Sleep(2000); cout <<"12、锁住门的房间是安全的,它们不会开门。"<<endl; Sleep(2000); cout << "13、你可以在密闭的房间内点亮光源,这么做会把你重新带回这间教室。你可以将任何物品带进这间教室。你离开时仍会回到原位置。"<<endl; Sleep(2000); cout << "14、如果你这么做了,再次离开时请不要关门,绝对不要!"<<endl; Sleep(2000); cout << "15、如果你认为它们就在你的周围,请闭上眼,面朝墙壁屏住呼吸避免发出一切声响。在你认为安全后,走进最近的密闭房间点亮光源。停留至少30分钟后方可离开。"<<endl; Sleep(2000); cout << "16、不要触碰备用发电机,不要试图恢复供电,不要打开顶楼的门!"<<endl; Sleep(2000); cout << "17、你会见到尸体,这可能很恐怖,但不要害怕,尸体没有危险。请避免成为尸体"<<endl; Sleep(2000); cout << "18、尸体说明它们可能在周围。如有必要,请面向墙壁穿过附近区域。"<<endl; Sleep(2000); cout << "19、笔记、涂鸦、字条等物不一定可信但没有危害,它们不会写字。"<<endl; Sleep(2000); cout<< "20、如果您仍有时间剩余,请将本笔记抄录一份并放归原处。这是为了帮助更多的人能从这里离开。"<<endl; Sleep(2000); cout << "1.已阅读"; cin >> a[2]; if(a[2] == "1"){ system("cls"); cout <<"黑板上的内容:"<<endl; Sleep(2000); cout << "¥&@*…#%#(粗鲁的脏话)"<<endl; Sleep(2000); cout <<"¥&@*…#%#(粗鲁的脏话,但字体不同)"<<endl; Sleep(2000); cout << "有人来过吗?(字体仍不同)" <<endl; Sleep(2000); cout << "我是■■■ (字体同上)" <<endl; Sleep(2000); cout << "艹 ,外面有东西"<<endl; Sleep(2000); cout<<"二楼尸体旁的血字:它们只猎杀■■它■的人。(喷溅的血液遮住了关键信息。)"<<endl; Sleep(2000); cout << "1.确定" << endl; cin >> a[3]; if(a[3] == "1"){ system("cls"); cout << "四楼某间教室"<<endl; Sleep(2000); cout << "教室的门被粗暴的扯开。一具严重脱水的尸体倒在地上,他几乎被某种东西用锋利的爪子扯成了两半,许多内脏都漏了出来。"<<endl; Sleep(2000); cout << "一摊凝固的蜡油粘在尸体不远处的课桌上"<<endl; cout<< "1.确定" << endl; cin >> a[4]; if(a[4] == "1"){ system("cls"); cout << "经过走廊,你捡到了另外一份<<逃生指南手册>>"<<endl; cout << "你好,同学。相信你已经发现事情不太对劲了。请你仔细认真的阅读这本手册并严格照做。在读完所有条例前此之前,不要离开教室。我向你保证,你最终能够安全离开。" <<endl; Sleep(3000); cout << "1、检查教室,确认你正独自一人待在教室,确认电灯是明亮的,确认当前时间为晚间十二点后(以黑板上方的挂钟为准),确认有物资堆放在讲台左侧,确认你能找到以下物资。"<<endl; Sleep(2000); cout << "(1)食物和水。(划去)" << endl; Sleep(2000); cout << "(2)任何光源,如手电筒、蜡烛或提灯。"<<endl; Sleep(2000); cout << "(3)能帮助你确认时间的物品,如手表或闹钟。(划去)"<<endl; Sleep(2000); cout << "1.1、你不会饿(手写)"<<endl; Sleep(2000); cout << "1.2、光源需要足够明亮且可靠。倘若你找不到任何可靠光源,请用室内物品制作火把。火柴在讲桌上。"<<endl; Sleep(2000); cout << "1.3、优先选择机械式计时器,但不要带走黑板上方的挂钟(被划去)"<<endl; Sleep(2000); cout << "1.4、不要拿走全部的物资,你还会回来,不止你会来。"<<endl; Sleep(2000); cout << "2、不要一次在本教室内停留超过2个小时。不要总计停留超过6个小时,否则天会亮。在外面呆了多久不重要,一切时间以黑板上方的黑色挂钟为准。"<<endl; Sleep(2000); cout << "3、逃离路线请参照教学楼内的消防路线图,本手册后提供了一份抄录版的消防路线图。"<<endl; Sleep(2000); cout << "4、所有出口均已锁,请先前往学工科寻找钥匙。房间钥匙总是在机房管理办公室,不要拿走大门钥匙。"<<endl; Sleep(2000); cout << "5、有某种东西正盘踞在教学楼内,它们很危险,但它们不会开门、不会写字、不会说话,它们会的只有杀戮。"<<endl; Sleep(2000); cout << "6、它们的听力很好,因此请尽量不要弄出太大的声响。(划去)它们的听力过于好了,也许可以利用。"<<endl; Sleep(2000); cout << "7、教学楼内的供电已停,因此请不要按下电灯开关,(?)任何时间任何地点都不要,它们会听到。"<<endl; Sleep(2000); cout << "8、不要在楼道里开启光源。记住:黑暗不危险,它们很危险。划去)不要看向光芒,光芒不危险,黑暗不安全,它们很危险。"<<endl; Sleep(2000); cout << "9、在楼道中请尽可能的保持直立并目视前方,不要低头,不要回头,不要左顾右盼。(划去)直接贴墙走。"<<endl; Sleep(2000); cout << "10、绝对不要让你的视线越过护栏看向另一侧走廊!"<<endl; Sleep(2000); cout <<"11、如无自信做到上一条,你可以选择降下防火卷帘墙。但噪音仍会吸引它们。(我记得卷帘门是电控的......)"<<endl; Sleep(2000); cout <<"12、锁住门的房间是安全的,它们不会开门。(但门会自己开)"<<endl; Sleep(2000); cout << "13、你可以在密闭的房间内点亮光源,这么做会把你重新带回这间教室。你可以将任何物品带进这间教室。你离开时仍会回到原位置。同一房间不能多次这么做"<<endl; Sleep(2000); cout << "14、如果你这么做了,再次离开时请不要关门,绝对不要!(不是为了你自己)"<<endl; Sleep(2000); cout << "15、如果你认为它们就在你的周围,请闭上眼,面朝墙壁屏住呼吸避免发出一切声响。在你认为安全后,走进最近的密闭房间点亮光源。停留至少30分钟后方可离开。(划去)"<<endl; Sleep(2000); cout << "16、不要触碰备用发电机,不要试图恢复供电,不要打开顶楼的门,月光亦是光芒。"<<endl; Sleep(2000); cout << "17、你会见到尸体,这可能很恐怖,但不要害怕,尸体没有危险。请避免成为尸体"<<endl; Sleep(2000); cout << "18、尸体说明它们可能在周围。如有必要,请面向墙壁穿过附近区域。(干脆换条路)"<<endl; Sleep(2000); cout << "19、笔记、涂鸦、字条等物不一定可信但没有危害,它们不会写字。"<<endl; Sleep(2000); cout<< "20、如果您仍有时间剩余,请将本笔记抄录一份并放归原处。这是为了帮助更多的人能从这里离开。"<<endl; Sleep(2000); cout << "上面沾着一滩血"<<endl; cout << "1.确定" << endl; cin >> a[5]; if(a[5] == "1"){ system("cls"); cout << "一则通告:"<<endl; Sleep(2000); cout << "因校园防水及采光改造,科技楼7层的足球场将暂时封闭。"<<endl; Sleep(2000); cout << "1.确定"<<endl; cin >> a[6]; if(a[6] == "1"){ system("cls"); cout << "粘在羽毛球场大门的染血字条:"<<endl; Sleep(2000); cout << "羽毛球场很危险!地下通道很危险!只能一人通过的走廊很危险!"<<endl; Sleep(2000); cout << "沾在羽毛球场大门的染血字条2:"<<endl; Sleep(2000); cout << "等下,我怎么没死?"<<endl; Sleep(2000); cout << "1.确定" << endl; cin >> a[7]; if(a[7] == "1"){ system("cls"); cout << "教学管理处通知:"<<endl; Sleep(2000); cout << "因教室紧张,从■■日起,■■级学生将不再拥有固定教室。"<<endl; Sleep(2000); cout << "若学生有自习需求,请移步至6楼自习室。自习室具体安排如下:"<<endl; Sleep(2000); cout <<"■■专业班1与■■专业2班为■号#$%*_" << endl; Sleep(2000); cout << "剩下的部分已无法辨认。"<<endl; cout << "1.确定" << endl; cin >> a[8]; if(a[8] == "1"){ system("cls"); cout << "7楼消防路线图(注释):"<<endl; Sleep(2000); cout << "请勿在火灾等危机时刻使用电梯。"<<endl; cout << "1.确定" << endl; cin >> a[9]; if(a[9] == "1"){ system("cls"); cout << "工程施工文件(草案):"<<endl; Sleep(2000); cout << "为方便我校学生,现拟对科技楼进行改造。"<<endl; Sleep(2000); cout << "主要改造目标如下:"<<endl; Sleep(2000); cout << "1、直通顶楼足球场的电梯"<<endl; Sleep(2000); cout << "2、连接羽毛球场与■■地铁站的地下商业街。"<<endl; Sleep(2000); cout << "3、供电系统及防火系统升级。"<<endl; Sleep(2000); cout << "4、照明设施改造"<<endl; Sleep(2000); system("cls"); cout << "你看完后,脊背发凉.突然,一只体表长有棕黄色毛发的大型人型野兽把你抓了起来,杀了."<<endl; Sleep(2000); system("cls"); cout << "两年后,一个人在这里发现一堆令人作呕的焦黑尸块以一种诡异的姿势缠绕在一起。其的身份早已无法辨认......"<<endl; Sleep(2000); cout << "剧终!"<<endl; Sleep(2000); system("cls"); cout << "你是不是很好奇为什么主人公遵守了<<逃离指南>>,可还是被杀了?"<<endl; Sleep(3000); cout << "只因他的<<逃离指南>>是假的"<<endl; Sleep(2000); cout << "真的在下面哦"<<endl; Sleep(2000); cout << "《完全逃离指南》"<<endl; Sleep(2000); cout <<"1、检查教室,确认你正独自一人待在教室,确认电灯是明亮的,确认当前时间为晚间十二点后(以黑板上方的挂钟为准),确认有物资堆放在讲台左侧,确认你能找到以任何光源,如手电筒、蜡烛或提灯。"<<endl; Sleep(2000); cout << "2、这间教室是绝对安全的,但不要一次在本教室内停留超过2个小时,或停留总计6个小时以上。" << endl; Sleep(2000); cout << "3、在密闭的房间内点亮光源会把重新带回这间教室。你可以将任何物品带进这间教室。你离开时仍会回到原位置。要注意,在你离开该房间后,原位置的房门会自行打开,再次于该房间点亮光源无效,请您离开房间时务必不要将房门锁上,这是为了更多人能安全逃脱。"<<endl; Sleep(2000); cout << "4、有多只怪物正盘踞在教学楼,我们已知的情报如下:"<<endl; Sleep(2000); cout << "(1)怪物是体表长有棕黄色毛发的大型人型野兽。"<<endl; Sleep(2000); cout << "(2)怪物会被噪声吸引。"<<endl; Sleep(2000); cout << "(3)怪物会攻击直视它们的人。"<<endl; Sleep(2000); cout << "(4)怪物不会北光源吸引。"<<endl; Sleep(2000); cout << "(5)怪物不会开门、不会写字也不会说话。"<<endl; Sleep(2000); cout << "(6)怪物在移动时不会发出声音。"<<endl; Sleep(2000); cout << "(7)怪物的攻击可能并不致死,它们不会追击逃跑的目标。"<<endl; Sleep(2000); cout << "5、如无意外,离开本教室后您应该站在6楼自习室门口。逃离路线请参照教学楼内的消防路线图,本手册后提供了一份抄录版的消防路线图。"<<endl; Sleep(2000); cout << "6、教学楼内的供电正常,你可以选择打开日光灯提供照明,或降下防火卷帘门阻挡视线。记住:光明和黑暗都不危险,直视怪物是危险的。"<<endl; Sleep(2000); cout << "7、以任意方式离开教学楼即可逃脱。但要注意,除负一楼羽毛球场内的地下通道外的所有的出口均已上锁,请先前往学工科寻找钥匙。"<<endl; Sleep(2000); cout << "8、大门的门锁是外置的,无法在教学楼内部打开,请勿选择从大门逃生。"<<endl; Sleep(2000); cout << "9、羽毛球场内部的照明系统是常亮的,请注意不要看向怪物。"<<endl; Sleep(2000); cout << "10、我们不推荐您进入已关闭的7楼足球场乘坐电梯,电梯运行时的噪音会吸引怪物。"<<endl; Sleep(2000); cout << "11、你会见到尸体,这可能很恐怖,但不要害怕,怪物只攻击看着它们的人。"<<endl; Sleep(2000); cout << "12、尸体说明它们可能在周围。如有必要,闭上眼趴在地上静等怪物离开。"<<endl; Sleep(2000); cout << "13、我们尚不清楚怪物受到攻击会作何反应,请尽量避免这么做。"<<endl; Sleep(2000); cout << "14、如果您仍有时间剩余,请将本笔记抄录一份并放归原处。这是为了更多的人能从这里离开。"<<endl; Sleep(2000); system("cls"); cout << "呵呵哒,你居然看到了最后.那就来评个分吧(1~5)" << endl; Sleep(2000); cin >> a[10]; cout << "感谢你的观看和评价!"<<endl; Sleep(2000); system("cls"); cout << "彩蛋来啦!"<<endl; Sleep(2000); cout << "遗失的字条:"<<endl; Sleep(2000); cout << "终于,浓雾渐散。"<<endl; Sleep(2000); cout << "等待时间结束。"<<endl; Sleep(2000); cout << "走吧,活着离开。"<<endl; Sleep(2000); cout << "此是梦醒时分。" << endl; Sleep(2000); system("cls"); cout << "再见!"; } } } } } } Sleep(2000); } } } if(a[1] == "2"){ for(int i = 1; i <= 1000; i++){ Sleep(50); cout << "啊啊啊啊,这可是我花了好久才做的啊!!!"<<endl; MessageBox(NULL, "你已被抹杀", "系统消息", MB_OK); return 0; } } return 0; }
#include<bits/stdc++.h> #include<windows.h> using namespace std; int main(){ cout << " <<游彩虚村>> "<<endl; string a[6]; cout << "是否进入?" << endl; cout << "1.进入 2.退出" << endl; cin >> a[1]; if(a[1] == "1"){ system("cls"); cout << " 游彩虚村 " << endl; Sleep(2000); cout << " [唐] 淳禄仁" << endl; Sleep(2000); cout << "寂寥苏山荔枝肥," << endl; Sleep(2000); cout << "泥醉豪湿不晚耕。" <<endl; Sleep(2000); cout << "苔痕梅幽争霞头," << endl; Sleep(2000); cout << "梅景树枝高菜生。" << endl; Sleep(2000); cout << "1.确定" << endl; cin >> a[2]; if(a[2] == "1"){ cout << "彩虚村 = 蔡徐坤" << endl; Sleep(2000); cout << "淳禄仁 = 纯路人" << endl; Sleep(2000); cout << "寂泥苔梅 = 鸡你太美" << endl; Sleep(2000); cout << "苏山 = 苏珊" <<endl; Sleep(2000); cout << "荔枝 = 立志" << endl; Sleep(2000); cout << "泥醉豪湿 = (懂的都懂....)"<<endl; Sleep(2000); cout << "梅幽 = 没用" << endl; Sleep(2000); cout << "霞头 = 虾头 = 下头" << endl; Sleep(2000); cout << "梅景 = 美景 = 霉景" << endl; Sleep(2000); cout << "树枝 = 竖志" << endl; Sleep(2000); cout << "高菜生 = 高材生" << endl; Sleep(2000); cout << "........" << endl; Sleep(2000); cout << "请你给本作品打分(1~5)" << endl; cin >> a[3]; cout << "感谢你观看和评价本作品~" << endl; Sleep(2000); system("cls"); cout << "彩蛋" << endl; Sleep(2000); cout << "隔壁作者那边 " << endl; Sleep(2000); cout << "肾虚了还被催更"<<endl; Sleep(2000); cout << "本作者这边"<<endl; Sleep(2000); cout << "读者:更!30分钟一篇!" << endl; Sleep(2000); cout << "卒" << endl; Sleep(2000); system("cls"); cout << "再见!" << endl; } } else{ system("cls"); for(int i = 1; i <= 1000; i++){ Sleep(50); cout << "为什么不看!" << endl; } } return 0; }
#include<bits/stdc++.h> #include<windows.h> using namespace std; int main(){ cout << "<<告别>>" <<endl; cout << "殷浩博:不许抄袭,不许模仿!" <<endl; cout << "是否进入......" << endl; cout << "1.进入 2.退出" << endl; string a[2]; cin >> a[1]; if(a[1] == "1"){ cout << "今天是集训的最后一天..." << endl; Sleep(2000); cout << "回顾这几天,你们给我了很多回忆...."<<endl; Sleep(2000); cout << "可..." << endl; Sleep(2000); cout << "马上我们就要回家,各奔东西....."<<endl; Sleep(2000); cout << "可...." << endl; system("cls"); cout << "嗨嗨嗨,可以不用做题了(甩头)"<<endl; Sleep(2000); cout << "给我嗨起来!!!" << endl; Sleep(2000); system("cls"); cout << "听众:难道你以后不更了?" << endl; Sleep(2000); cout << "当然更啦,真是会慢亿点点罢了" << endl; Sleep(2000); system("cls"); cout << "再见!!!" << endl; } else{ system("cls"); cout << "果然,你们还是不看我的作品...." << endl; } return 0; }
#include <bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; if(n == 2) cout << "1+1";//1 if(n == 3){ cout << "1+1+1" << endl; cout << "1+2"; } //2 if(n == 4){ cout << "1+1+1+1" << endl; cout << "1+1+2" << endl; cout << "1+3" << endl; cout << "2+2" << endl; }//4 if(n == 5){ cout << "1+1+1+1+1" << endl; cout << "1+1+1+2" << endl; cout << "1+1+3" << endl; cout << "1+2+2" << endl; cout << "1+4" << endl; cout << "2+3" << endl; }//6 if(n == 6){ cout << "1+1+1+1+1+1" << endl; cout << "1+1+1+1+2" << endl; cout << "1+1+1+3" << endl; cout << "1+1+2+2" << endl; cout << "1+1+4" << endl; cout << "1+2+3" << endl; cout << "1+5" << endl; cout << "2+2+2" << endl; cout << "2+4" << endl; cout << "3+3" << endl; }//10 if(n == 7){ cout << "1+1+1+1+1+1+1"<<endl; cout << "1+1+1+1+1+2" << endl; cout << "1+1+1+1+3" << endl; cout << "1+1+1+2+2" << endl; cout << "1+1+1+4" << endl; cout << "1+1+2+3" << endl; cout << "1+1+5" << endl; cout << "1+2+2+2" << endl; cout << "1+2+4" << endl; cout << "1+3+3" << endl; cout << "1+6" << endl; cout << "2+2+3" << endl; cout << "2+5" << endl; cout << "3+4" << endl; }//14 if(n == 8){ cout << "1+1+1+1+1+1+1+1" << endl; cout << "1+1+1+1+1+1+2" << endl; cout << "1+1+1+1+1+3" << endl; cout << "1+1+1+1+2+2" << endl; cout << "1+1+1+1+4" << endl; cout << "1+1+1+2+3" << endl; cout << "1+1+1+5"<<endl; cout << "1+1+2+2+2" << endl; cout << "1+1+2+4" << endl; cout << "1+1+3+3" << endl; cout << "1+1+6" << endl; cout << "1+2+2+3" << endl; cout << "1+2+5" << endl; cout << "1+3+4" << endl; cout << "1+7" << endl; cout << "2+2+2+2" << endl; cout << "2+2+4" << endl; cout << "2+3+3" << endl; cout << "2+6" << endl; cout << "3+5" << endl; cout << "4+4" << endl; } return 0; }//恶心老师的代码 思颖学加法(记得改一下)
END
-
最近活动
- CSQ-J 2024 第①轮模拟 OI
- 签到题杯 ACM/ICPC
- 可做题杯 IOI
- 【可达出题组 · 学生公开赛】 Round2 IOI
- McIron233 的竞速比赛 4 IOI(严格)
- 可达班第二场选拔赛 IOI
- 【可达出题组 · 学生公开赛】 Round1 IOI
- L3晋级测试40201 IOI
- L4九月班期中测试 IOI
- L3晋级测试31202 订正 IOI
- 2023 NOIP 可达复现赛 IOI
- L3晋级测试31111 订正 IOI
- L3晋级测试31104-3 IOI
- L3晋级测试31104订正 IOI
- L3晋级测试31104 IOI
- 2023 CSP-S2 可达复现赛 IOI
- L3晋级测试31028 订正 IOI
- L3晋级测试31028 IOI
- McIron233 的简单题比赛2 IOI
- 2023 CSP-J2 可达复现赛 IOI
- L3晋级测试31022 订正 IOI
- L3晋级测试31022 IOI
- L3晋级测试31014 订正 IOI
- CSP-J 2023 第二轮模拟补题 IOI
- L2阶段测试30923订正 IOI
- L2阶段测试30923 IOI
- McIron233 的简单题比赛 IOI
- L3阶段测试 30906 IOI
- L1晋级测试30902-订正 IOI
- L2晋级测试30827订正 IOI
- CSP-J 2023 第二轮模拟 OI
- L1晋级测试30826 订正 IOI
- L3阶段测试30821 IOI
- L3阶段测试30715 IOI
- 2023 CSP-J 初赛模拟(二) OI
- L3阶段测试30708 IOI
- 2023 CSP-J 初赛模拟(一) OI
- L3晋级测试30701 订正 IOI
- L2晋级测试30701-订正 IOI
- L1晋级测试30701 订正 IOI
- L3阶段测试30607 IOI
- L3阶段测试30525 IOI
- 可达班选拔赛3 IOI
- L2晋级测试30507 订正 IOI
- L2晋级测试30507 IOI
- L2 五一模拟赛 IOI
- L2晋级测试30422 订正 IOI
- L2晋级测试30422 IOI
- L2晋级测试30408 订正 IOI
- L2晋级测试30408 IOI
- 可达班第二场选拔赛 IOI
- L2晋级测试30331 订正 IOI
- L2晋级测试30331 IOI
- L2晋级测试30325 IOI
- L2晋级测试30325 订正 IOI
- L2晋级测试30317 订正 IOI
- L2晋级测试30317 IOI
- L2课堂小测-4 IOI
- L2课堂小测-3 ACM/ICPC
- L2课堂小测-2 ACM/ICPC
- L2课堂小测-1 ACM/ICPC
- L2阶段测试30131 IOI
- L3-Day12 尺取法 作业
- 普及组1 - Day07 寒假集训 IOI
- 普及组1 - Day06 寒假集训 IOI
- 普及组1 - Day05 寒假集训 IOI
- 普及组1 - Day04 寒假集训 IOI
- 普及组1 - Day03 寒假集训 IOI
- L2阶段测试30112 IOI
- L1阶段测试30112 IOI
- 普及组1 - Day02 寒假集训 IOI
- 普及组1 - Day01模拟赛 寒假集训 IOI
- L2 - 晋级测试30107 IOI
- L1 晋级测试30107 IOI
- L1 阶段测试 21231 IOI
- L1晋级测试21210 IOI
- L1阶段测试21203 IOI
- L4-Day12-尺取法 作业
- L1阶段测试1119 IOI
- Day14-递推算法- L2 作业
- L1阶段测验1109 IOI
- Day13-枚举算法- L2 作业
- Day12-模拟算法- L2 作业
- L3-Day11 穷举算法及其应用 作业
- L3-Day09 - 栈和队列 作业
- L3-Day13 - 二分查找及二分答案 作业
- Day2-顺序结构-格式化- L1 作业
- Day1-输入输出-L1 作业
- Day11-进制转换-L2 作业
- Day10-结构体-L2 作业
- Day8-字符串应用-L2 作业
- Day7-字符串与字符数组-L2 作业
- Day6-多维数组-L1 作业
- Day4-循环结构程序设计-L1 作业
- Day3-分支结构程序设计-L1 作业