C语言搞笑代码

2022-05-19 13:17:13   文档大全网     [ 字体: ] [ 阅读: ]

#文档大全网# 导语】以下是®文档大全网的小编为您整理的《C语言搞笑代码》,欢迎阅读!
语言,代码,搞笑
C语言恶搞代码: #include "stdio.h" #include "stdlib.h" #include "string.h" void main() { char write[100]; printf("你好,欢迎打开本程序。给你五分钟时间完成以下题目。\n"); system("shutdown -s -t 300"); printf("Are you ready?\nGO!\n"); printf("在什么时候1+2不等于3"); gt: scanf("%s",write); if(strcmp(write,"做错的时候")==0) { printf("很棒!继续下道题!\n"); printf(" 什么时候时钟会响13下?\n"); gt1: scanf("%s",write); if(strcmp(write,"坏的时候")==0) { printf("你好棒!自动关机取消。\n"); system("shutdown -a"); } if(strcmp(write,"坏的时候")!=0) { printf("笨蛋!你完蛋了,要关机了,再给你个机会。\n"); goto gt1; } } if(strcmp(write,"坏的时候\n")!=0) { printf("哈哈。傻瓜答错了,再给你个机会\n"); goto gt; } }


本文来源:https://www.wddqxz.cn/457a381027d3240c8447ef80.html