{"raw_statement":[{"iden":"problem statement","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?"},{"iden":"constraints","content":"*   $0 \\le A, B \\le 10000$\n*   $B \\le 2 \\times A + 100$\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$A$ $B$"},{"iden":"sample input 1","content":"200 300"},{"iden":"sample output 1","content":"200\n\nYou can follow at most $2 \\times 200 + 100 = 500$ users, that is, $200$ more users than you are following now."},{"iden":"sample input 2","content":"10000 0"},{"iden":"sample output 2","content":"20100"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}