{"problem":{"name":"Weather Forecast","description":{"content":"You are given a string $S$, which represents a weather forecast for the seven days starting tomorrow.   The $i$\\-th of those seven days is forecast to be sunny if the $i$\\-th character of $S$ is `o`, ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc218_a"},"statements":[{"statement_type":"Markdown","content":"You are given a string $S$, which represents a weather forecast for the seven days starting tomorrow.  \nThe $i$\\-th of those seven days is forecast to be sunny if the $i$\\-th character of $S$ is `o`, and rainy if that character is `x`.\nTell us whether the $N$\\-th day is forecast to be sunny.\n\n## Constraints\n\n*   $N$ is an integer between $1$ and $7$ (inclusive).\n*   $S$ is a string of length $7$ consisting of `o` and `x`.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n$S$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc218_a","tags":[],"sample_group":[["4\noooxoox","No\n\nThe forecast for each of the seven days starting tomorrow is as follows: sunny, sunny, sunny, rainy, sunny, sunny, rainy.  \nIn particular, the fourth day is forecast to be rainy."],["7\nooooooo","Yes"]],"created_at":"2026-03-03 11:01:14"}}