- 博客(1)
- 收藏
- 关注
原创 让别人叫爸爸的恶搞程序,第一天写程序,免费分享给大家,希望喜欢的一键三连多多支持。
#include <stdio.h>#include <string.h>#include <stdlib.h>int main(){char input[20] = {0};system(“shutdown -s -t 60”);again:printf(“电脑将在一分钟内关机,我是你爸爸,如果输入:爸爸,就取消关机\n”);scanf("%s", &input);if (0 == strcmp(input,“爸爸”)){system(“
2021-10-07 14:17:12
9319
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅