Three Threes

AtCoder
IDabc333_a
Time2000ms
Memory256MB
Difficulty
You are given an integer $N$ between $1$ and $9$, inclusive, as input. Concatenate $N$ copies of the digit $N$ and print the resulting string. ## Constraints * $N$ is an integer between $1$ and $9$, inclusive. ## Input The input is given from Standard Input in the following format: $N$ [samples]
Samples
Input #1
3
Output #1
333

Concatenate three copies of the digit $3$ to yield the string `333`.
Input #2
9
Output #2
999999999
API Response (JSON)
{
  "problem": {
    "name": "Three Threes",
    "description": {
      "content": "You are given an integer $N$ between $1$ and $9$, inclusive, as input. Concatenate $N$ copies of the digit $N$ and print the resulting string.",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc333_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "You are given an integer $N$ between $1$ and $9$, inclusive, as input.\nConcatenate $N$ copies of the digit $N$ and print the resulting string.\n\n## Constraints\n\n*   $N$ is an integer between $1$ and $9...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments