#include<stdio.h>main(){ double m,r; scanf("%f",&m); r=m*6.5573; printf("%.2f",r); } 我的输出结果是0.00 查看完整描述