Run ID:1300
提交时间:2023-08-23 16:00:42
# include<iostream> using namespace std; int main(){ cout<<5*9.8<<endl<<10*9.8<<endl<<15*9.8; return 0; }