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