Run ID:4976

提交时间:2024-10-18 18:38:27

#include<iostream> int main(){ double a,b; scanf("%lf%lf",&a,&b); printf("%.2lf",a*b); return 0; }