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