Run ID:90921
提交时间:2024-09-20 13:25:16
#include <bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; cout<<a*b; }