Run ID:95249
提交时间:2024-10-27 10:27:34
#include<bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; cout<<a*b; }