Run ID:105979
提交时间:2025-01-15 10:36:16
#include<iostream> using namespace std; int main(){ float a,b; cin>>a>>b; cout<<a*b<<endl; return 0; }