Run ID:93010
提交时间:2024-10-07 15:31:36
#include<iostream> using namespace std; int main(){ float x,y; cin>>x>>y; cout<<x*y<<endl; return 0; }