sum=`awk 'BEGIN{sum=0};NR!=1{sum+=$1}END{print sum}' nowcoder.txt`
num=`awk 'NR==1{print $1}' nowcoder.txt`
echo "scale=3;$sum/$num"|bc