Run ID:117564

提交时间:2025-04-19 12:00:18

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