Run ID:104973

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

#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; }