{"raw_statement":[{"iden":"problem statement","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.)"},{"iden":"constraints","content":"*   $0 \\leq X \\leq 10^5$"},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$X$"},{"iden":"sample input 1","content":"140"},{"iden":"sample output 1","content":"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."},{"iden":"sample input 2","content":"1000"},{"iden":"sample output 2","content":"100\n\nHe gets the next prize when he has collected $1100$ coins in total."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}