Run ID:114681
提交时间:2025-03-23 11:05:59
#include<bits/stdc++.h> using namespace std; int main(){ long double a,b; cin>>a>>b; cout<<a*b; return 0; }