freq = {} x=[] i=0 while gets() for word in $_.split('/\s/') a=word.split(" ") end x[i]=a i=i+1 end k=x[1][0].to_i - x[0][0].to_i printf("%d %d\n",k,x[3][2])