Run ID:132341
提交时间:2025-10-08 09:08:35
#include<iostream> using namespace std; int main(){ float a,b; cin>>a>>b; cout<<a*b; return 0; }