Run ID:132344
提交时间:2025-10-08 09:16:56
#include<iostream> using namespace std; int main(){ float a,b; cin>>a>>b; cout<<a*b; return 0; }