Run ID:3016

提交时间:2024-03-16 21:08:11

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