for(int i=0; i<len-2; i++) if(st[i]=='b'||st[i+1]=='o'||st[i+2]=='y')boy++;
大佬们,对于题解区大佬们这样的语句,当输入为boy时,boy不会递增3次吗?