Conditional operator




Task
Time limit: 1000 ms,
Memory limit: 256 Mb

A few facts about speed:
1) The most windy place is Victoria Land, located in Antarctica. The wind speed here reaches 215 km / h
2) The highest speed of a toy train - 10 km / h
3) The slowest speed in sport was recorded on August 12, 1889 - 1350 m / h in tug of war
4) The average speed of snails is approximately 1.5 mm per second
Speeds are different: reading speed, information transfer rate, bird flight speed, etc.

Your task at the known two speeds (the first in kilometers per hour, the second in meters per second) to determine which of the speeds is greater. Speeds are not equal.
Output the appropriate speed.

Input: 
Two integers are fed to the input, one per line:
k - speed in kilometers per hour
m - speed in meters per second
Output:
Print the highest speed (see examples output)

Examples
Input Output
1 10
1
10 kph
2 18
6
6 mps

Auto CHOOSE THE PROGRAMMING NECESSARY LANGUAGE!
Attach the program source file:
or enter the source code in the language:

Rules for designing programs and a list of errors during automatic task verification
           

Results: