Run ID:88722

提交时间:2024-08-20 17:38:16

#include<iostream> using namespace std; int main() { float c,f; cin>>c>>f; cout<<c*f; return 0; }