hi i am trying to write a program to solve a sudoku puzzle. I have some problems when compiling the program can anyone help me pls.
the program is
Program Assignment3
implicit none
integer :: A(9,9), vanish, g,h,i,j,xs,ys,k,m
logical :: issolved
open(unit=20,file="sudoku.txt")
do g=1,9...