摘要: 码云没弄明白,代码如下 #include <STDIO.H> main(){ float a,b; char c; printf("input expression:a+(-,*,/)b\n"); scanf("%f%c%f",&a,&c,&b); switch(c){ case '+': prin 阅读全文
posted @ 2018-09-19 19:21 初遇你的清新 阅读(106) 评论(1) 推荐(0) 编辑