Clock
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Since the start of the day, m minutes have elapsed. What is the current time displayed on the clock in terms of hours and minutes?
Input
An integer m that is less than 1440.
Output
Two integers on a single line, separated by a space.
Examples
Input #1
Answer #1
Submissions 6K
Acceptance rate 57%