Թաքցված խնդիր
|Այս խնդիրը թաքցված է խմբագրական խրհրդի անդամի կողմից քանի որ կամ այն ոչ ճիշտ լեզվով է գրված,|կամ թեստային տվյալներն են սխալ, կամ խնդրի ձևակերպումը պարզ չէ։|

ACM_0092 - SPEED CAN COST YOU

   A speeding ticket can be expensive. Is it worth it? It’s surprising how little time is gained by speeding.

   Given a distance (in miles) and two speeds (in miles per hour, or MPH), determine the difference in time to travel the distance.

Input

   There will be several test cases in the input. Each test case will consist of three integers on a single line, d (1≤d≤10,000), s1 and s2 (1≤s1<s2≤1000), where d is a distance in miles, and s1 and s2 are speeds in MPH. The integers will be separated by a single space, and there will be no leading or trailing blanks. The input will end with a line with three 0s.

Output

   For each test case, output a time in the form:

         H:MM:SS

   Minutes (MM) and Seconds (SS) should be exactly two characters long, padded with a 0 if necessary. Seconds should be rounded. Hours should use the minimum number of digits necessary. Output no spaces. Do not print a blank line between answers.

Examples

stdin

stdout

1

21 70 80
26 65 80
0 0 0
0:02:15
0:04:30

Ավելացրեց.Հրանտ Հովհաննիսյան
Ամսաթիվ.2014-01-12
Ժամանակի սահմանափակումը.1s
Ծրագրի տեքստի սահմանափակումը.50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Լեզուներ.Բոլորը բացի ASM32 ASM64 GAWK CLPS CLOJURE D ERL FSHARP FORTRAN GOSU HASK ICON ICK NEM NIM OBJC-CLANG PICO PIKE PYPY PYPY3 PY_NBC RUST SCM guile CHICKEN SED TCL WHITESPACE
Աղբյուրը.NA Southeast Div II 2013.I

թաքցնել մեկնաբանությունները
2015-01-31 17:39:55 Dav
mersi
2015-01-28 12:47:51 Hrant Hovhannisyan
stdin

21 70 80
26 65 80
1 1 2
1 999 1000
1 1 1000
10000 1 2
0 0 0


stdout

0:02:15
0:04:30
0:30:00
0:00:00
0:59:56
5000:00:00
2015-01-25 17:35:12 Dav
mi 2 hatel test tveq eli
2014-12-31 16:43:23 Hrant Hovhannisyan
Ծրագիրը պետք է ավարտի իր աշխատանքը
2014-12-31 16:16:31 Dav
0 0 0 depqum inch piti lini?
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.