I have a code in a file and it looks like
73167176531330624919225119674426574742355349194934 96983520312774506326239578318016984801869478851843 85861560789112949495459501737958331952853208805511
and etc. 20 lines in total. What I want to do is to read every two digit from the text file and put them into an array of integers(one element = two digits). How can I read only two digits by time from this text file, not the whole line?