Submit | All submissions | Best solutions | Back to list |
MAS1SEG - Un segundo después |
in English
Write a program to read a given time, receiving three values (hour, minute, second) separated by newlines, and display the resulting time after one second.
Input
hh
mm
ss
Output
hh:mm:ss
Example 1
Input: 20
12
22 Output: 20:12:23
Example 2
Input: 23
59
59 Output: 00:00:00
en Español
Escribir el código correspondiente que permita leer una hora en hora:minutos:segundos y muestre la hora que resulta luego de transcurrido un segundo.
Entrada
hh
mm
ss
Salida
hh:mm:ss
Ejemplo 1
Input: 20
12
22 Output: 20:12:23
Ejemplo 2
Entrada: 23
59
59 Salida: 00:00:00
Added by: | Coach UTN FRSF |
Date: | 2015-06-23 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ASM64 JS-MONKEY |