Run ID:91786

提交时间:2024-09-22 15:03:25

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