#14764: 來自台灣的小福利(不想看答案的就不要看ㄛ)


Aaaaaaaaaaaaa (羅傑)

學校 : 臺北市立大同高級中學
編號 : 69102
來源 : [111.235.208.242]
最後登入時間 :
2023-09-13 09:02:41
b524. 先別管這個了,你聽過yee嗎? -- 104學年度板橋高中校內資訊學科能力競賽(一) | From: [203.72.178.252] | 發表日期 : 2018-08-03 13:17

#include<bits/stdc++.h>
using namespace std;
int main(){
ios::sync_with_stdio(false);
string s;
while(cin>>s){
int p=0,ans=0;
for(int i=0; i<s.length(); i++)
if(s[i]=='y') {ans+=abs(i-p); p+=3;}
cout<<ans<<endl;
}
}

 
ZeroJudge Forum