#include <stdio.h> int n, m, i, j, k; char s[9]; int main(){ scanf("%d", &n); for(i=1; i<=n; i++){ scanf("%s", s); if(s[0] == 'F') m++; else m--; }//统计分数,奇数保证非零 printf("%s\n", m>0?"Yes":"No"); return 0; } 文章导航 ABC286F交互周期构图与中国剩余定理 ABC287B尾数查找标记统计