Cod sursa(job #782201)
Utilizator | Data | 26 august 2012 12:09:35 | |
---|---|---|---|
Problema | Text | Scor | 50 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.37 kb |
#include<stdio.h>
#include<string.h>
int s,poz,i,cuv,rrr=9999;
char c,cc;
int main()
{
freopen("text.in","r",stdin);
freopen("text.out","w",stdout);
while(scanf("%c",&c)!=EOF)
{
cc=c;
if(c<='A')
{
s+=poz;
cuv++;
poz=0;
while(c<'A'&&scanf("%c",&c)!=EOF)
rrr--;
i--;
}
poz++;
}
cuv--;
printf("%d",s/cuv);
return 0;
}