Run ID:101384
提交时间:2024-12-15 10:42:32
#include<bits/stdc++.h> using namespace std; int main() { double c,f; cin>>c>>f; cout<<c*f; }