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