Run ID:90656

提交时间:2024-09-16 11:46:39

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