Run ID:104971

提交时间:2025-01-11 20:31:56

#include<bits/stdc++.h> using namespace std; float n,m,b,v,c; int main(){ n=15; m=10; c=5; v=9.8 cout<<n*v<<endl<<m*v<<endl<<c*v<<endl; return 0; }