Run ID:132347

提交时间:2025-10-08 09:18:19

#include<iostream> using namespace std; int main(){ float a,b; cin>>a>>b; cout<<a*b; return 0; }