Run ID:131527
提交时间:2025-09-27 14:54:03
#include<bits/stdc++.h> using namespace std; int main(){ double c,f; cin>>c>>f; cout<<c*f<<endl; return 0;}