Run ID:138987
提交时间:2025-11-30 19:11:43
#include <iostream> using namespace std; int main(){ float a,b,s; cin>>a>>b; s=a*b; cout<<s; return 0; }