1、输出9*9口诀。共9行9列,i控制行,j控制列。#include "stdio.h"main(){int i,j,result;for (i=1;i<10;i++){ for(j=1;j<10;j++){