Run ID:92356

提交时间:2024-10-01 09:33:44

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