Heavy Rotation

AtCoder
IDabc181_a
Time2000ms
Memory256MB
Difficulty
Takahashi is wearing white now. He wears black on the day after he wears white, and he wears white on the day after he wears black. What color will he wear $N$ days later? ## Constraints * $N$ is an integer. * $1 \leq N \leq 30$ ## Input Input is given from Standard Input in the following format: $N$ [samples]
Samples
Input #1
2
Output #1
White

Takahashi will wear black one day later and wear white two days later.
Input #2
5
Output #2
Black
API Response (JSON)
{
  "problem": {
    "name": "Heavy Rotation",
    "description": {
      "content": "Takahashi is wearing white now. He wears black on the day after he wears white, and he wears white on the day after he wears black. What color will he wear $N$ days later?",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc181_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "Takahashi is wearing white now.\nHe wears black on the day after he wears white, and he wears white on the day after he wears black.\nWhat color will he wear $N$ days later?\n\n## Constraints\n\n*   $N$ is ...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments