Run ID:137051

提交时间:2025-11-16 10:04:47

#include<iostream> #include<cmath> using namespace std; int main() { double c,f; cin>>c,f; cout<<c*f; }