{"problem":{"name":"Majority","description":{"content":"There are $N$ people. Each of them agrees or disagrees with a proposal. Here, $N$ is an odd number. The $i$\\-th $(i = 1, 2, \\dots, N)$ person's opinion is represented by a string $S_i$: the person agr","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc287_a"},"statements":[{"statement_type":"Markdown","content":"There are $N$ people. Each of them agrees or disagrees with a proposal. Here, $N$ is an odd number.\nThe $i$\\-th $(i = 1, 2, \\dots, N)$ person's opinion is represented by a string $S_i$: the person agrees if $S_i = $ `For` and disagrees if $S_i = $ `Against`.\nDetermine whether the majority agrees with the proposal.\n\n## Constraints\n\n*   $N$ is an **odd number** between $1$ and $99$, inclusive.\n*   $S_i = $ `For` or $S_i = $ `Against`, for all $i = 1, 2, \\dots, N$.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$N$\n$S_1$\n$S_2$\n$\\vdots$\n$S_N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc287_a","tags":[],"sample_group":[["3\nFor\nAgainst\nFor","Yes\n\nThe proposal is supported by two people, which is the majority, so `Yes` should be printed."],["5\nAgainst\nAgainst\nFor\nAgainst\nFor","No\n\nThe proposal is supported by two people, which is not the majority, so `No` should be printed."],["1\nFor","Yes"]],"created_at":"2026-03-03 11:01:14"}}