#include<bits/stdc++.h> using namespace std; int main(){ cout<<9.8*5<<endl<<9.8*10<<endl<<9.8*15<<endl; }