_==0 "exec" "gawk" "-f" "$0" NR==1{n=$0} NR==2{ split($0,h," ") for (i in h) s+=h[i] print 2*n - s/(n-1)/2, s/(n-1)/2 - n }