どうすればいいのですか?
よろしくお願いします。
#const global size 25 #const global xwide 25 #const global ywide 25 #define put(%1,%2) nextfield(%1,%2)=field(%1,%2) #module #defcfunc gostop int x, int y, int n if y!=ywide-1{ if field@(x,y+1)=0 : nextfield@(x,y+1)=n if field@(x,y+1)!=0 : put x,y } if y=ywide-1 : put x,y return n #global dim field,xwide,ywide dim nextfield,xwide,ywide