API Response (JSON)
{
"problem": {
"name": "Repeat ACL",
"description": {
"content": "You are given an integer $K$. Print the string obtained by repeating the string `ACL` $K$ times and concatenating them. For example, if $K = 3$, print `ACLACLACL`.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abl_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer $K$. Print the string obtained by repeating the string `ACL` $K$ times and concatenating them.\nFor example, if $K = 3$, print `ACLACLACL`.\n\n## Constraints\n\n* $1 \\leq K \\leq ...",
"is_translate": false,
"language": "English"
}
]
}