LineStat.h,cc   : classify lines according to length and compute mean blank 
                  number
BlankStat.h,cc  : process lines and compute mean blank number

to compile:

c++ -Wall -o meanBlank meanBlank.cc LineStat.cc BlankStat.cc

