D. I'm Feeling Lucky!

Codeforces
IDCF952D
Time1000ms
Memory256MB
Difficulty
probabilities
English · Original
Chinese · Translation
Formal · Original
<center>![image](https://espresso.codeforces.com/88f11294bf831fa845635ce9ab16b0b65546ff17.png)</center>You have one chip and one chance to play roulette. Are you feeling lucky? ## Output Print your bet. Your chip must be placed entirely within some square (not on an edge or a corner shared by adjacent squares). [samples]
你有一枚筹码和一次玩轮盘赌的机会。你感觉幸运吗? 请输出你的下注。你的筹码必须完全放置在某个方格内(不能放在相邻方格共享的边或角上)。 ## Output 请输出你的下注。你的筹码必须完全放置在某个方格内(不能放在相邻方格共享的边或角上)。 [samples]
$$ \text{Bet} \in \{0, 1, 2, \dots, 36\} $$
API Response (JSON)
{
  "problem": {
    "name": "D. I'm Feeling Lucky!",
    "description": {
      "content": "<center>![image](https://espresso.codeforces.com/88f11294bf831fa845635ce9ab16b0b65546ff17.png)</center>You have one chip and one chance to play roulette. Are you feeling lucky?",
      "description_type": "Markdown"
    },
    "platform": "Codeforces",
    "limit": {
      "time_limit": 1000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "CF952D"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "<center>![image](https://espresso.codeforces.com/88f11294bf831fa845635ce9ab16b0b65546ff17.png)</center>You have one chip and one chance to play roulette. Are you feeling lucky?\n\n## Output\n\nPrint your ...",
      "is_translate": false,
      "language": "English"
    },
    {
      "statement_type": "Markdown",
      "content": "你有一枚筹码和一次玩轮盘赌的机会。你感觉幸运吗?\n\n请输出你的下注。你的筹码必须完全放置在某个方格内(不能放在相邻方格共享的边或角上)。\n\n## Output\n\n请输出你的下注。你的筹码必须完全放置在某个方格内(不能放在相邻方格共享的边或角上)。\n\n[samples]...",
      "is_translate": true,
      "language": "Chinese"
    },
    {
      "statement_type": "Markdown",
      "content": "$$\n\\text{Bet} \\in \\{0, 1, 2, \\dots, 36\\}\n$$...",
      "is_translate": false,
      "language": "Formal"
    }
  ]
}
Full JSON Raw Segments