API Response (JSON)
{
"problem": {
"name": "009. Hello CodeRams",
"description": {
"content": "A hello world program is an essential starting point for all coders. In this problem, write a program to print out \"Hello CodeRams\". In Python, you can print text using the print command. So, for thi",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269009"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A hello world program is an essential starting point for all coders. In this problem, write a program to print out \"Hello CodeRams\".\n\nIn Python, you can print text using the print command. So, for thi...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "print(\"Hello CodeRams\")...",
"is_translate": false,
"language": "Formal"
}
]
}