Run ID:4601

提交时间:2024-08-23 14:45:11

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