Run ID:91333
提交时间:2024-09-21 15:47:15
#include<iostream> using namespace std; int main(){ double a,b; cin>>a>>b; cout<<a*b<<endl; }