{"problem":{"name":"Ringo's Favorite Numbers","description":{"content":"Today, the memorable AtCoder Beginner Contest 100 takes place. On this occasion, Takahashi would like to give an integer to Ringo.   As the name of the contest is AtCoder Beginner Contest 100, Ringo 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":"abc100_b"},"statements":[{"statement_type":"Markdown","content":"Today, the memorable AtCoder Beginner Contest 100 takes place. On this occasion, Takahashi would like to give an integer to Ringo.  \nAs the name of the contest is AtCoder Beginner Contest 100, Ringo would be happy if he is given a positive integer that can be divided by $100$ **exactly** $D$ times.\nFind the $N$\\-th smallest integer that would make Ringo happy.\n\n## Constraints\n\n*   $D$ is $0$, $1$ or $2$.\n*   $N$ is an integer between $1$ and $100$ (inclusive).\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$D$ $N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc100_b","tags":[],"sample_group":[["0 5","5\n\nThe integers that can be divided by $100$ exactly $0$ times (that is, not divisible by $100$) are as follows: $1$, $2$, $3$, $4$, $5$, $6$, $7$, ...  \nThus, the $5$\\-th smallest integer that would make Ringo happy is $5$."],["1 11","1100\n\nThe integers that can be divided by $100$ exactly once are as follows: $100$, $200$, $300$, $400$, $500$, $600$, $700$, $800$, $900$, $1 \\ 000$, $1 \\ 100$, ...  \nThus, the integer we are seeking is $1 \\ 100$."],["2 85","850000\n\nThe integers that can be divided by $100$ exactly twice are as follows: $10 \\ 000$, $20 \\ 000$, $30 \\ 000$, ...  \nThus, the integer we are seeking is $850 \\ 000$."]],"created_at":"2026-03-03 11:01:13"}}