Today's puzzle input was annoying as although it was single space separated integers, Fortran77 expects them right justified (and they were left justified!) ... a leftover from punch card machines ;)
So I had to write a subroutine to read the input as character strings and then convert.
I did say that I wasn't going to gloat too quickly!!!