Run ID:105978

提交时间:2025-01-15 10:35:58

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