Run ID:5041

提交时间:2024-10-27 14:29:51

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