009. Hello CodeRams

Codeforces
IDCF10269009
Time1000ms
Memory256MB
Difficulty
English · Original
Formal · Original
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 this problem, type _print("Hello CodeRams")_. You can download Python here. Output "Hello CodeRams" ## Output Output "Hello CodeRams" [samples]
print("Hello CodeRams")
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"
    }
  ]
}
Full JSON Raw Segments