input""n for i=1to n-1for j=1to n-1a=i*j h=int(a/n) l=mod(a,n) ?" "+chr$(32+(h+16+(h>9)*7)*!!h)+chr$(l+48+(l>9)*7);next ?next