Run ID:112744
提交时间:2025-03-11 18:42:23
#include<iostream> using namespace std; int main(){ float a,b; cin>>a>>b; cout<<a*b; return 0; }