{"problem":{"name":"Star","description":{"content":"Takahashi is playing a game. In this game, each time the number of coins you have collected so far becomes a multiple of $100$, you get a prize. Takahashi has collected $X$ coins so far. How many more","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc192_a"},"statements":[{"statement_type":"Markdown","content":"Takahashi is playing a game.\nIn this game, each time the number of coins you have collected so far becomes a multiple of $100$, you get a prize.\nTakahashi has collected $X$ coins so far. How many more coins does he need to collect before he gets the next prize? (If $X$ is a multiple of $100$, we assume that he has already got the prize for collecting $X$ coins in total.)\n\n## Constraints\n\n*   $0 \\leq X \\leq 10^5$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$X$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc192_a","tags":[],"sample_group":[["140","60\n\nHe gets the next prize when he has collected $200$ coins in total. To get it, he needs to collect $60$ more coins."],["1000","100\n\nHe gets the next prize when he has collected $1100$ coins in total."]],"created_at":"2026-03-03 11:01:14"}}