Run ID:91320

提交时间:2024-09-21 15:32:22

#include<iostream> using namespace std; int main(){ double a,b; cin>>a>>b; cout<<a*b; return 0; }