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