Run ID:114618
提交时间:2025-03-22 18:27:16
#include<iostream> using namespace std; int main(){ float a,b; cin>>a>>b; cout<<a*b; }