Run ID:101385

提交时间:2024-12-15 10:42:43

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