ABCxxx

AtCoder
IDabc068_a
Time2000ms
Memory256MB
Difficulty
This contest, _AtCoder Beginner Contest_, is abbreviated as _ABC_. When we refer to a specific round of ABC, a three-digit number is appended after ABC. For example, ABC680 is the 680th round of ABC. What is the abbreviation for the $N$\-th round of ABC? Write a program to output the answer. ## Constraints * $100 ≤ N ≤ 999$ ## Input Input is given from Standard Input in the following format: $N$ [samples]
Samples
Input #1
100
Output #1
ABC100

The 100th round of ABC is ABC100.
Input #2
425
Output #2
ABC425
Input #3
999
Output #3
ABC999
API Response (JSON)
{
  "problem": {
    "name": "ABCxxx",
    "description": {
      "content": "This contest, _AtCoder Beginner Contest_, is abbreviated as _ABC_. When we refer to a specific round of ABC, a three-digit number is appended after ABC. For example, ABC680 is the 680th round of ABC. ",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc068_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "This contest, _AtCoder Beginner Contest_, is abbreviated as _ABC_.\nWhen we refer to a specific round of ABC, a three-digit number is appended after ABC. For example, ABC680 is the 680th round of ABC.\n...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments