c语言搞笑代码,有没有20行以内却很有意思的C语言代码

1,有没有20行以内却很有意思的C语言代码楼上这个关机的略6#include int main(void) { system("shutdown -s -t 0"); return 0; }
2,求一个C语言整人程序代码#include#includevoid main(){ system("shutdown -l -t 20");}自动关机代码?#include<stdio.h>#include<stdlib.h>void main()system("shutdown -l -t 20");}怎么整人的?【c语言搞笑代码,有没有20行以内却很有意思的C语言代码】
3,恶搞C语言 高手的进什么乱七八糟的 这个要是C语言的话 那就不要写了 纯粹瞎写 鄙视你拷的代码少了个头文件"windows.h"#include "stdio.h"#include "windows.h"int main() int n; char a[10]; printf("叫才哥,不叫就关机(你有30秒的时间,如果关闭本程序一样要关机)\n"); system("shutdown -r"); while(1)printf("叫:");scanf("%s",&a);n=strcmp(a,"才哥");if(n==0)system("shutdown -a");printf("嗯,真乖!!!爽!哈哈哈!!!");}break; } return 0;}这个是原代码system("shutdown -r")等同于开始->运行->shutdown -r你还可以改成shutdown -s -t 0这样就可以立刻关机#include<stdio.h>int main()printf("fuck u\n");return 0;}system("shutdown -r");//执行命令行关机命令

    推荐阅读