{"problem":{"name":"twiblr","description":{"content":"You are on a social networking site called twiblr.   In twiblr, you can follow at most $2\\,\\times\\,($ the number of users following you $)\\,+\\,100$ users.   You are currently following $B$ users, and ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc182_a"},"statements":[{"statement_type":"Markdown","content":"You are on a social networking site called twiblr.  \nIn twiblr, you can follow at most $2\\,\\times\\,($ the number of users following you $)\\,+\\,100$ users.  \nYou are currently following $B$ users, and $A$ users are following you.  \nAt most, how many extra users can you follow now?\n\n## Constraints\n\n*   $0 \\le A, B \\le 10000$\n*   $B \\le 2 \\times A + 100$\n*   All values in input are integers.\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":"abc182_a","tags":[],"sample_group":[["200 300","200\n\nYou can follow at most $2 \\times 200 + 100 = 500$ users, that is, $200$ more users than you are following now."],["10000 0","20100"]],"created_at":"2026-03-03 11:01:14"}}