Run ID:101382

提交时间:2024-12-15 10:41:24

#include<bits/stdc++.h> using namespace std; int main () { double a,b; cin>>a>>b; cout<<a*b<<endl; }