A. Sledding down the mountain

Codeforces
IDCF10179A
Time12000ms
Memory256MB
Difficulty
English · Original
Formal · Original
See PDF statement in attachment. [samples]
**Definitions** Let $ d, w, m \in \mathbb{Z}^+ $ denote the hours until deadline, required work hours, and marathon duration, respectively. **Constraints** $ 1 \leq d, w, m \leq 1000 $ **Objective** Output "good luck" if: $$ d \geq w + m \quad \text{or} \quad d < w $$ Otherwise, output "see you next semester".
API Response (JSON)
{
  "problem": {
    "name": "A. Sledding down the mountain",
    "description": {
      "content": "See PDF statement in attachment. ",
      "description_type": "Markdown"
    },
    "platform": "Codeforces",
    "limit": {
      "time_limit": 12000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "CF10179A"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "See PDF statement in attachment.\n\n[samples]...",
      "is_translate": false,
      "language": "English"
    },
    {
      "statement_type": "Markdown",
      "content": "**Definitions**  \nLet $ d, w, m \\in \\mathbb{Z}^+ $ denote the hours until deadline, required work hours, and marathon duration, respectively.\n\n**Constraints**  \n$ 1 \\leq d, w, m \\leq 1000 $\n\n**Objecti...",
      "is_translate": false,
      "language": "Formal"
    }
  ]
}
Full JSON Raw Segments