Run ID:152517
提交时间:2026-04-26 14:54:57
#include<bits/stdc++.h> using namespace std; int main(){ double c,a; cin>>c>>a; cout<<c*a; return 0; }