The first line of input contains a single integer 'X', which denotes the speed of the object in kmph.
Return the speed of the object in m/sec.
You don’t need to print anything. Just implement the given function.
10 <= 'X' <= 10^9
Time Limit: 1 sec