Run ID:104939
提交时间:2025-01-11 20:12:31
#include<iostream> using namespace std; int main(){ float a; float b; cin>>a>>b; cout<<a*b; return 0; }