{"problem":{"name":"Entrance Examination","description":{"content":"In order to pass the entrance examination tomorrow, Taro has to study for $T$ more hours. Fortunately, he can _leap_ to World B where time passes $X$ times as fast as it does in our world (World A). W","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc117_a"},"statements":[{"statement_type":"Markdown","content":"In order to pass the entrance examination tomorrow, Taro has to study for $T$ more hours.\nFortunately, he can _leap_ to World B where time passes $X$ times as fast as it does in our world (World A).\nWhile $(X \\times t)$ hours pass in World B, $t$ hours pass in World A.\nHow many hours will pass in World A while Taro studies for $T$ hours in World B?\n\n## Constraints\n\n*   All values in input are integers.\n*   $1 \\leq T \\leq 100$\n*   $1 \\leq X \\leq 100$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$T$ $X$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc117_a","tags":[],"sample_group":[["8 3","2.6666666667\n\nWhile Taro studies for eight hours in World B where time passes three times as fast, $2.6666...$ hours will pass in World A.\nNote that an absolute or relative error of at most $10^{-3}$ is allowed."],["99 1","99.0000000000"],["1 100","0.0100000000"]],"created_at":"2026-03-03 11:01:14"}}