#include<iostream> using namespace std; int main(){ const float g=9.8; cout<<g*5<<endl; cout<<g*10<<endl; cout<<g*15<<endl; }