Run ID:132494

提交时间:2025-10-08 18:16:59

#include<iostream> using namespace std; int main() { double x,y; cin>>x>>y; cout<<x*y; return 0; }