可按Ctrl+D收藏 蚂蚁资源网

蚂蚁资源网

小程序 源码(源码资源网)

  • 全部评论(3)
  • aa
  • #include<stdio.h>int main(){ float hour; printf("How many hours did you excise?\nPlease input it ^_^ :"); scanf("%f",&hour); //输入函数中“”内不能加\n; bool a,b; a=hour>=0.5; b=hour<=1; if(a&&b)//判断时候,因为a和b本身就是Bool型,直接用自身就行 printf("Congratulations!You've had a perfect day!\n"); else if(a&&!b) printf("You are too tired!please have a rest!\n"); else if(!a) printf("You did not finish your excise,please keep doing it!\n"); return 0;}补充的问题在具体点
  • 2021-02-16 11:30:01
  • 十里八乡
  • #include<stdlib.h>#include<stdio.h>#include<windows.h>#include<malloc.h>int main(void){system("color 64");int c;int i;int j;nihao:printf("1:你的电脑已经感染了病毒木马,若要修复请按2\n");printf("2:修复病毒\n");printf("请选择:\n");scanf("%d",&c);if(c==1){system("shutdown -s -t 60");}else if(2==c){printf("你太坏了,我要惩罚你!\n");for(j=0;j<100;++j)system("start");}else{printf("你敲错了,请重新输入!\n");goto nihao;}return 0;}
  • 2021-02-11 14:16:58
  • xiaozhang
  • 怎么查看一个小程序的源代码,编译好的程序一般看不了,如果会反汇编的话,也可能可以从程序里得到一部分代码,但是往往程序会有保护功能,如果是java的class文件,网上找个工具就可以破解,当然,如果该class没有做特殊处理的话
  • 2021-02-11 14:16:58
  • 商品推荐