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