Run ID:152522
提交时间:2026-04-26 15:01:20
#include<bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; cout<<a*b; return 0; }