{"raw_statement":[{"iden":"problem statement","content":"Takahashi is a member of a programming competition site, _ButCoder_.\nEach member of ButCoder is assigned two values: **Inner Rating** and **Displayed Rating**.\nThe Displayed Rating of a member is equal to their Inner Rating if the member has participated in $10$ or more contests. Otherwise, the Displayed Rating will be their Inner Rating minus $100 \\times (10 - K)$ when the member has participated in $K$ contests.\nTakahashi has participated in $N$ contests, and his Displayed Rating is $R$. Find his Inner Rating."},{"iden":"constraints","content":"*   All values in input are integers.\n*   $1 \\leq N \\leq 100$\n*   $0 \\leq R \\leq 4111$"},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$ $R$"},{"iden":"sample input 1","content":"2 2919"},{"iden":"sample output 1","content":"3719\n\nTakahashi has participated in $2$ contests, which is less than $10$, so his Displayed Rating is his Inner Rating minus $100 \\times (10 - 2) = 800$.\nThus, Takahashi's Inner Rating is $2919 + 800 = 3719$."},{"iden":"sample input 2","content":"22 3051"},{"iden":"sample output 2","content":"3051"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}