Run ID:119320

提交时间:2025-05-17 13:56:48

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