Run ID:92988
提交时间:2024-10-07 15:20:28
#include<bits/stdc++.h> using namespace std; int main() { float s,d; cin>>s>>d; cout<<s*d<<endl; return 0; }