Олимпиадный тренинг

Задача 33616. So different speeds


Several facts about speeds.

  1. The windiest place on Earth is Victoria Land in Antarctica. The wind speed there can reach up to 215 km/h.
  2. The highest speed of a toy train is 10 km/h.
  3. The slowest speed in sports was recorded on August 12, 1889 - 1350 m/h in rope pulling.
  4. The average speed of snails is approximately 1.5 mm per second.

There are different types of speeds: reading speed, information transmission speed, bird flight speed, and so on.
Given two speeds (the first one in kilometers per hour, and the second one in meters per second), which speed is greater. The speeds are not equal. Output the higher speed.
 

Input format
The input consists of two integers, each on a separate line:

  • Speed in kilometers per hour (k).
  • Speed in meters per second (m).

Output format
Output the highest speed, following the output format described in the examples.

 
Examples
Входные данные Выходные данные
1 10
1
10 kph
2 18
6
6 mps