Pagini recente » Cod sursa (job #81886) | Istoria paginii runda/tema_asd/clasament | Cod sursa (job #2097296) | Cod sursa (job #545555) | Cod sursa (job #882383)
Cod sursa(job #882383)
#include <stdio.h>
int main() {
freopen("text.in", "rt", stdin);
freopen("text.out", "wt", stdout);
int word_length, total_length, word_number;
char c;
word_number = 0;
total_length = 0;
word_length = 0;
while (scanf("%c", &c) != EOF) {
if (isalpha(c)) {
world_length++;
total_length++;
} else if (word_length != 0) {
word_number++;
word_length = 0;
}
}
printf("%d", total_length / word_number);
return 0;
}