摘要: #include<stdio.h>main(){ int a,b,c,x; printf("请输入a,b,c的值:"); scanf("%d,%d,%d",&a,&b,&c); if(a==1) x=b+c; else if(a==2) x=b-c; else if(a==3) x=b*c; els 阅读全文
posted @ 2019-03-31 22:24 THESTRONGEST 阅读(190) 评论(1) 推荐(0) 编辑