HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Arithmetic > problem:


50314 - Falling Distance

Guest
• Review clarifications (1)

Section problems

• 50650 - Prime numbers
• 50661 - nth Power of a Digit
• 50249 - Ladders
• 50641 - Strong Prime Power
• 50640 - Cubes
• 50412 - K numbers
• 50310 - Kinetic Energy
• 50316 - Population Bar Chart
• 50314 - Falling Distance
• 50392 - How much space
• 50330 - Find the average of n numbers
• 50297 - Divisible By Five
• 50394 - Water Bills
• 50363 - Class GPA Average
• 50398 - Sum of kth Anti-diagonal
• 50651 - Largest power of two
• 50388 - Number of Armstrong Num...

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Prepared by Halil Karimis.

Falling Distance

Question:
When an object is falling, the following formula can be used to determine the distance the object falls in a specific time period:

  d = 1/2 gt2

The variables in the formula are as follows:

  • d is the distance in meters,
  • g is a constant (9.8), and
  • t is the amount of time in seconds, that the object has been falling.

Question:
Write a program that accepts falling time of an object in seconds. Your program should contain a function to calculate the result and the function should return the distance in meters, that the object has fallen during that time interval.

Input specification
In the first line, program will get a number t (time) 0 < t <1000.

Output specification
Print out just one floating point number which is the distance that the object has fallen through the given time interval.

Sample Run I  
  4

Sample Output I  
78.4

Sample Input II  
  7

Sample Output II  
240.1
Sample Input III  
  90

Sample Output III  
39690


Для отправки решений необходимо выполнить вход.

www.contester.ru