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