算法竞赛入门经典(第二版)3-1得分UVA1585

#include 
#include <string.h>
#include 
#define maxn 85
main()
{
char s[maxn];
while(1)
{
scanf("%s",s); 
int len=strlen(s);
printf("%d\n",len);
int sum=0;
int key=0;
for(int i=0;i)
{

if(s[i]=='o')
{
sum+=1;
key+=sum;
}
else 
{
sum=0;
continue; 
} 

}
printf("%d\n\n",key);

}
return 0;
}

https://vjudge.net/problem/UVA-1585

如有错误,欢迎指正

你可能感兴趣的:(算法竞赛入门经典(第二版)3-1得分UVA1585)