Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
awk '{s[NR%100]+=$0}END{for(i in s)print i,s[i]}' /input/line
Well, I would say the code you posted works with the input data you posted.bgwayatt said:but the result is false .can anyone see the problem ?
1 5.5
2 6
3 6.5
4 7
5 7.5