Run ID:4977

提交时间:2024-10-18 18:40:14

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