Problem 392. Clock Hand Angle 1
Given a time in HH:MM:SS, find the smallest angle (in degrees) between the hour and minute hand
Solution Stats
Problem Comments
-
3 Comments
Rafael S.T. Vieira
on 7 Jun 2020
I solved, but the solution is wrong, there is no 60th minute in analog clocks (test case 20). Do not try to use mod until they fix it.
Marco Riani
on 15 Apr 2023
This is just to confirm what Rafael S.T. Viera stated!
Brandon
on 3 May 2023
There is no reason to use mod at all when parsing the time. Treat 8:60 like 9:00.
Solution Comments
Show commentsProblem Recent Solvers193
Suggested Problems
-
given 3 sides, find area of this triangle
797 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
614 Solvers
-
Implement a bubble sort technique and output the number of swaps required
296 Solvers
-
709 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
959 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!