Run ID:114627

提交时间:2025-03-22 18:34:32

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