Run ID:125887

提交时间:2025-07-15 16:17:59

#include <bits/stdc++.h> using namespace std; int main() { double b,a; cin>>b>>a; cout<<b*a; return 0; }