{"problem":{"name":"Biscuit Generator","description":{"content":"A biscuit making machine produces $B$ biscuits at the following moments: $A$ seconds, $2A$ seconds, $3A$ seconds and each subsequent multiple of $A$ seconds after activation. Find the total number of ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc125_a"},"statements":[{"statement_type":"Markdown","content":"A biscuit making machine produces $B$ biscuits at the following moments: $A$ seconds, $2A$ seconds, $3A$ seconds and each subsequent multiple of $A$ seconds after activation.\nFind the total number of biscuits produced within $T + 0.5$ seconds after activation.\n\n## Constraints\n\n*   All values in input are integers.\n*   $1 \\leq A, B, T \\leq 20$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$ $B$ $T$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc125_a","tags":[],"sample_group":[["3 5 7","10\n\n*   Five biscuits will be produced three seconds after activation.\n*   Another five biscuits will be produced six seconds after activation.\n*   Thus, a total of ten biscuits will be produced within $7.5$ seconds after activation."],["3 2 9","6"],["20 20 19","0"]],"created_at":"2026-03-03 11:01:14"}}