需要注意一点就是 需要double类型,最后一个测试题才能精度准确 #include<stdio.h> int main() { double a,b; char c; scanf("%lf%c%lf",&a,&c,&b); if(c!='+'&&c!='-'&&c!='*'&&c!='/...