Write a program that reads a number of seconds from the start of a day and prints the current time.
If the resulting time has zero seconds, do not output them.
Write a program that reads a number of seconds from the start of a day and prints the current time.
If the resulting time has zero seconds, do not output them.
Sample Input 1:
12345Sample Output 1:
03:25:45Sample Input 2:
60000Sample Output 2:
16:40Sample Input 3:
3600Sample Output 3:
01:00Create a free account to access the full topic