Run ID:104940

提交时间:2025-01-11 20:13:07

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