Run ID:90657

提交时间:2024-09-16 11:47:08

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