Run ID:92428
提交时间:2024-10-04 10:20:43
#include<iostream> using namespace std; int main(){ double a,b; cin>>a>>b; cout<<a*b; return 0; }