API Response (JSON)
{
"problem": {
"name": "ATCoder",
"description": {
"content": "You are given a string $S$ consisting of uppercase English letters. Find the length of the longest _ACGT string_ that is a substring (see Notes) of $S$. Here, a ACGT string is a string that contains n",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc122_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ consisting of uppercase English letters. Find the length of the longest _ACGT string_ that is a substring (see Notes) of $S$.\nHere, a ACGT string is a string that contains n...",
"is_translate": false,
"language": "English"
}
]
}