{ for (i=8; i<=13; ++i) sum[i] += $i; j=NF } END { for (i=1; i <= j; ++i) printf "%s ", sum[i]/62; printf "\n"; }