{"problem":{"name":"Red or Blue","description":{"content":"There are $N$ people numbered $1$ to $N$. Each person wears a red hat or a blue hat. You are given a string $s$ representing the colors of the people. Person $i$ wears a red hat if $s_i$ is `R`, and a","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"exawizards2019_b"},"statements":[{"statement_type":"Markdown","content":"There are $N$ people numbered $1$ to $N$. Each person wears a red hat or a blue hat.\nYou are given a string $s$ representing the colors of the people. Person $i$ wears a red hat if $s_i$ is `R`, and a blue hat if $s_i$ is `B`.\nDetermine if there are more people wearing a red hat than people wearing a blue hat.\n\n## Constraints\n\n*   $1 \\leq N \\leq 100$\n*   $|s| = N$\n*   $s_i$ is `R` or `B`.\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":"exawizards2019_b","tags":[],"sample_group":[["4\nRRBR","Yes\n\n*   There are three people wearing a red hat, and one person wearing a blue hat.\n*   Since there are more people wearing a red hat than people wearing a blue hat, the answer is `Yes`."],["4\nBRBR","No\n\n*   There are two people wearing a red hat, and two people wearing a blue hat.\n*   Since there are as many people wearing a red hat as people wearing a blue hat, the answer is `No`."]],"created_at":"2026-03-03 11:01:14"}}