我上初一 ,喜欢玩电脑,刚注册账号,想发一贴,就马上用c语言写了个特无聊的小程序。
ps:学校没教过编程,纯平兴趣爱好,水平自然很低,希望各位谅解。
#include <stdio.h>
#include <stdlib.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char *argv[]) {
printf("你是傻逼吗 y/n\n");
char a[10];
ks:
gets(a);
if(strcmp(a,"n")){
printf("你承认了,你是傻逼\n系统将在2秒后关机\n");
system("shutdown -s -t 2");
}
if(strcmp(a,"y")){
printf("别乱输了,你是傻逼\n");
goto ks;
}
else{
printf("别乱输");
goto ks;
}
return 0;
}
200字以内,仅用于支线交流,主线讨论请采用回复功能。