1.scanf(" %c", &answer); 在%c之前加 空格
2.printf("\n平均数为:%f",(float) total / count); total之前使用强制转换数据类型,为什么你应该知道吧
2.printf("\n平均数为:%f",(float) total / count); total之前使用强制转换数据类型,为什么你应该知道吧
2014-05-16 17:27
2014-05-16 17:42
2014-05-16 22:24