#45015: yee個只有那麼yee點點用的答案


yp11351100@yphs.tp.edu.tw (70128胡可岳)

學校 : 臺北市私立延平高級中學
編號 : 276234
來源 : [203.72.178.1]
最後登入時間 :
2024-09-12 17:29:03
b524. 先別管這個了,你聽過yee嗎? -- 104學年度板橋高中校內資訊學科能力競賽(一) | From: [203.72.178.1] | 發表日期 : 2025-01-02 17:20

#include<stdio.h>
#include<string.h>

int abs(int x){
    if (x<0)return -x ;
    return x ;
}

char s[100030] ;

int main(){
    while (~scanf("%s",s)){
        int ans=0 ,cnt=0 ,i ;
        for (i=0 ;s[i]>0;i++ )if(s[i]=='y'){
            ans+=abs(cnt++*3-i) ;
        }
        printf("%d\n",ans ) ;
    }
}

 
ZeroJudge Forum