Run ID:88723

提交时间:2024-08-20 17:39:09

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