Run ID:113707
提交时间:2025-03-16 13:19:50
#include<bits/stdc++.h> using namespace std; int main(){ cout<<5*9.8<<endl<<10*9.8<<endl<<15*9.8; return 0; }