Beginner

AtCoder
IDabc156_a
Time2000ms
Memory256MB
Difficulty
Takahashi is a member of a programming competition site, _ButCoder_. Each member of ButCoder is assigned two values: **Inner Rating** and **Displayed Rating**. The 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. Takahashi has participated in $N$ contests, and his Displayed Rating is $R$. Find his Inner Rating. ## Constraints * All values in input are integers. * $1 \leq N \leq 100$ * $0 \leq R \leq 4111$ ## Input Input is given from Standard Input in the following format: $N$ $R$ [samples]
Samples
Input #1
2 2919
Output #1
3719

Takahashi has participated in $2$ contests, which is less than $10$, so his Displayed Rating is his Inner Rating minus $100 \times (10 - 2) = 800$.
Thus, Takahashi's Inner Rating is $2919 + 800 = 3719$.
Input #2
22 3051
Output #2
3051
API Response (JSON)
{
  "problem": {
    "name": "Beginner",
    "description": {
      "content": "Takahashi is a member of a programming competition site, _ButCoder_. Each member of ButCoder is assigned two values: **Inner Rating** and **Displayed Rating**. The Displayed Rating of a member is equa",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc156_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "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 equa...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments