{"problem":{"name":"326-like Numbers","description":{"content":"A **326-like number** is a three-digit positive integer where the product of the hundreds and tens digits equals the ones digit. For example, $326,400,144$ are 326-like numbers, while $623,777,429$ ar","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc326_b"},"statements":[{"statement_type":"Markdown","content":"A **326-like number** is a three-digit positive integer where the product of the hundreds and tens digits equals the ones digit.\nFor example, $326,400,144$ are 326-like numbers, while $623,777,429$ are not.\nGiven an integer $N$, find the smallest 326-like number greater than or equal to $N$. It always exists under the constraints.\n\n## Constraints\n\n*   $100 \\leq N \\leq 919$\n*   $N$ is an integer.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc326_b","tags":[],"sample_group":[["320","326\n\n$320,321,322,323,324,325$ are not 326-like numbers, while $326$ is a 326-like number."],["144","144\n\n$144$ is a 326-like number."],["516","600"]],"created_at":"2026-03-03 11:01:14"}}