Run ID:101383
提交时间:2024-12-15 10:41:30
#include<bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; cout<<a*b; return 0; }