Run ID:132632

提交时间:2025-10-11 18:58:55

#include<iostream> using namespace std; int main() { cout<<5*9.8<<" "<<10*9.8<<" "<<15*9.8; return 0; }