API Response (JSON)
{
"problem": {
"name": "Your First Judge",
"description": {
"content": "Given a string $S$, print `AC` if it perfectly matches `Hello,World!`; otherwise, print `WA`. What is a perfect match?Strings $A$ is said to perfectly match $B$ when the length of $A$ is equal to that",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc215_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given a string $S$, print `AC` if it perfectly matches `Hello,World!`; otherwise, print `WA`.\nWhat is a perfect match?Strings $A$ is said to perfectly match $B$ when the length of $A$ is equal to that...",
"is_translate": false,
"language": "English"
}
]
}