Run ID:90654
提交时间:2024-09-16 11:43:36
#include<bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; cout<<a*b; return 0; }