input""n for i=0to n for j=0to n a=i*j if!a a=i+j b$=str$(a) if!n=j b$=left$(b$+" ",4) ?b$;next ?next