Run ID:114623
提交时间:2025-03-22 18:33:10
#include <iostream> using namespace std; int main(){ float a; float b; cin>>a; cin>>b; cout<<a*b; }