{"problem":{"name":": (Colon)","description":{"content":"Consider an analog clock whose hour and minute hands are $A$ and $B$ centimeters long, respectively. An endpoint of the hour hand and an endpoint of the minute hand are fixed at the same point, around","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc168_c"},"statements":[{"statement_type":"Markdown","content":"Consider an analog clock whose hour and minute hands are $A$ and $B$ centimeters long, respectively.\nAn endpoint of the hour hand and an endpoint of the minute hand are fixed at the same point, around which each hand rotates clockwise at constant angular velocity. It takes the hour and minute hands $12$ hours and $1$ hour to make one full rotation, respectively.\nAt $0$ o'clock, the two hands overlap each other. $H$ hours and $M$ minutes later, what is the distance in centimeters between the unfixed endpoints of the hands?\n\n## Constraints\n\n*   All values in input are integers.\n*   $1 \\leq A, B \\leq 1000$\n*   $0 \\leq H \\leq 11$\n*   $0 \\leq M \\leq 59$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$ $B$ $H$ $M$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc168_c","tags":[],"sample_group":[["3 4 9 0","5.00000000000000000000\n\nThe two hands will be in the positions shown in the figure below, so the answer is $5$ centimeters.\n![image](https://img.atcoder.jp/ghi/when_a_nameless_star_falls_into_the_sky.png)"],["3 4 10 40","4.56425719433005567605\n\nThe two hands will be in the positions shown in the figure below. Note that each hand always rotates at constant angular velocity.\n![image](https://img.atcoder.jp/ghi/when_flower_petals_flutter.png)"]],"created_at":"2026-03-03 11:01:14"}}