Run ID:90644

提交时间:2024-09-16 11:36:49

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