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