Run ID:93454
提交时间:2024-10-16 15:20:03
#include <iostream> using namespace std; int main(){ double c,k; cin>>c>>k; cout<<c*k<<endl; }