#include <stdio.h>int main(){ int i,j,a[10][10]for(i=0,j=0j<10j++) a[i][j]=jfor(j=0,i=0i<10i++)