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"
}
]
}