Run ID:94524

提交时间:2024-10-23 19:01:08

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