URI 1047 Game Time with Minutes using JAVA
Hello !
This is one of the hardest beginner level problem in URI ( i think ).
Here is how i solved it, because it might be hard to understand to some of beginner.
Let me know if you got any better solution then me !
Solution
First we need to read the start time and end time of a game, in hours and minutes.
Input
Four integer numbers representing the start and end time of the game.
Sample input:
10 12 12 12
Output
Print the duration of the game in hours and minutes,
Sample output:
O JOGO DUROU 2 HORA(S) E 0 MINUTO(S)
Hope this will help you <3
Comments
Leave a comment
You are not LoggedIn but you can comment as an anonymous user which requires manual approval. For better experience please Login.