Run ID:152541
提交时间:2026-04-26 15:20:03
#include<bits/stdc++.h> using namespace std; int main(){ cout<<9.8*5<<endl<<9.8*10<<endl<<9.8*15<<endl; }