{"problem":{"name":"Multiplication 3","description":{"content":"Compute $A \\times B$, truncate its fractional part, and print the result as an integer.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc169_c"},"statements":[{"statement_type":"Markdown","content":"Compute $A \\times B$, truncate its fractional part, and print the result as an integer.\n\n## Constraints\n\n*   $0 \\leq A \\leq 10^{15}$\n*   $0 \\leq B < 10$\n*   $A$ is an integer.\n*   $B$ is a number with two digits after the decimal point.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$ $B$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc169_c","tags":[],"sample_group":[["198 1.10","217\n\nWe have $198 \\times 1.10 = 217.8$. After truncating the fractional part, we have the answer: $217$."],["1 0.01","0"],["1000000000000000 9.99","9990000000000000"]],"created_at":"2026-03-03 11:01:14"}}