#include<stdio.h>int main(){ float a,b;//表示数量// scanf("%f%f",&a,&b); printf("%.2f ", a*b); return 0;}