Run ID:4083
提交时间:2024-07-30 15:41:28
#include<iostream> using namespace std; int main(){ float a,b,c; cin>>a>>b; c=a*b; cout<<c; }